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