Home
last modified time | relevance | path

Searched defs:Active (Results 1 – 3 of 3) sorted by relevance

/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