Home
last modified time | relevance | path

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

/CafeSDK-2.12.13/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/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/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/system/src/tool/cafex/
DCafeFunctions.cs1576 public bool Active property in CafeX.Program.CafeBootProgress
1678 if (!progress.Active) in tryCafeReboot()
3583 if (progress.Active) in run()
3619 if (progress.Active) in run()
3650 if (!progress.Active) in run()
3719 if (progress.Active) in run()