Cutelee 6.1.0
BlockContext Class Reference

Public Member Functions

void addBlocks (const QHash< QString, BlockNode * > &blocks)
BlockNodegetBlock (const QString &name) const
bool isEmpty ()
BlockNodepop (const QString &name)
void push (const QString &name, BlockNode const *blockNode)
void remove (QList< BlockNode * > const &nodes)

Detailed Description

Definition at line 29 of file blockcontext.h.

Member Function Documentation

◆ addBlocks()

void BlockContext::addBlocks ( const QHash< QString, BlockNode * > & blocks)

Definition at line 25 of file blockcontext.cpp.

◆ getBlock()

BlockNode * BlockContext::getBlock ( const QString & name) const

Definition at line 35 of file blockcontext.cpp.

◆ isEmpty()

bool BlockContext::isEmpty ( )

Definition at line 57 of file blockcontext.cpp.

◆ pop()

BlockNode * BlockContext::pop ( const QString & name)

Definition at line 44 of file blockcontext.cpp.

◆ push()

void BlockContext::push ( const QString & name,
BlockNode const * blockNode )

Definition at line 52 of file blockcontext.cpp.

◆ remove()

void BlockContext::remove ( QList< BlockNode * > const & nodes)

Definition at line 59 of file blockcontext.cpp.