Exemplo n.º 1
0
 NFrameBase::~NFrameBase()
 {
     NAssertError(Util::Misc::IsFlagChecked(frameFlags_, FlagValid), _T("NFrameBase not valid already"));
     frameFlags_ = 0;
     parentFrame_ = NULL;
     RemoveAllChilds();
 }
Exemplo n.º 2
0
CentralWidget::~CentralWidget() {
    RemoveAllChilds();
}
Exemplo n.º 3
0
 NFrameBase::~NFrameBase()
 {
     parentFrame_ = NULL;
     RemoveAllChilds();
 }