Home
last modified time | relevance | path

Searched refs:Active (Results 1 – 5 of 5) sorted by relevance

/CafeSDK-2.12.13-1/system/src/lib/demo/demowin/
Ddemowin_tabbing.cpp96 while (window->Active() && tabIndex != &window->dummyTab) in ForceValidTabForward()
99 if (tabIndex->active && tabIndex->object->Active()) in ForceValidTabForward()
173 while (window->Active() && tabIndex != &window->dummyTab) in ForceValidTabBack()
175 if (tabIndex->active && tabIndex->object->Active()) in ForceValidTabBack()
Ddemowin_manager.cpp326 if (windowActive != -1 && !overCore[windowActive] && windowList[windowActive]->Active()) in Update()
352 if (window->Active() && !window->master) in Update()
/CafeSDK-2.12.13-1/system/src/lib/demo/headers/cafe/demo/
Ddemowin.h84 bool Active() {return this->Visible() && this->Enabled();} in Active() function
178 virtual bool Active() {return this->visible && this->status >= 0;} in Active() function
/CafeSDK-2.12.13-1/system/include/cafe/demo/
Ddemowin.h84 bool Active() {return this->Visible() && this->Enabled();} in Active() function
178 virtual bool Active() {return this->visible && this->status >= 0;} in Active() function
/CafeSDK-2.12.13-1/system/src/tool/cafex/
DCafeFunctions.cs1613 public bool Active property in CafeX.Program.CafeBootProgress
1720 if (!progress.Active) in tryCafeReboot()
3727 if (progress.Active) in run()
3763 if (progress.Active) in run()
3794 if (!progress.Active) in run()
3863 if (progress.Active) in run()