예제 #1
0
void TabbedArea::logic()
{
    if (!isVisible())
        return;

    logicChildren();
}
예제 #2
0
파일: tabbedarea.cpp 프로젝트: B-Rich/mana
void TabbedArea::logic()
{
    logicChildren();
}
예제 #3
0
void BeingPopup::logic()
{
    BLOCK_START("BeingPopup::logic")
    logicChildren();
    BLOCK_END("BeingPopup::logic")
}
예제 #4
0
void BasicContainer::logic()
{
    logicChildren();
}
void GlassTabbedContainer::logic() {
	adjustTabPositions();
	logicChildren();
}