Home
last modified time | relevance | path

Searched refs:GetPointers (Results 1 – 3 of 3) sorted by relevance

/CafeSDK-2.12.13/system/src/lib/demo/headers/cafe/demo/demowin/
Ddemowin_assets.h245 virtual SubCombo** GetPointers() = 0;
260 virtual SubCombo** GetPointers() {return NULL;} in GetPointers() function
278 virtual SubCombo** GetPointers() {return pointers;} in GetPointers() function
/CafeSDK-2.12.13/system/include/cafe/demo/demowin/
Ddemowin_assets.h245 virtual SubCombo** GetPointers() = 0;
260 virtual SubCombo** GetPointers() {return NULL;} in GetPointers() function
278 virtual SubCombo** GetPointers() {return pointers;} in GetPointers() function
/CafeSDK-2.12.13/system/src/lib/demo/demowin/
Ddemowin_double_combo_box.cpp434 …this->data[(*this->target1)]->GetName(), this->data[(*this->target1)]->GetPointers()[(*this->targe… in Draw()
550 SubCombo** pointers = this->data[pos]->GetPointers(); in Draw()