Searched refs:GetName (Results 1 – 11 of 11) sorted by relevance
| /CafeSDK-2.12.13-1/system/include/nn/ec/ |
| D | ec_Item.h | 110 const char* GetName() const;
|
| D | ec_Query.h | 80 const char* GetName() const;
|
| /CafeSDK-2.12.13-1/system/include/nn/boss/ |
| D | boss_NsData.h | 368 const char* GetName( void ) const{return m_DataName.name;} in GetName() function
|
| /CafeSDK-2.12.13-1/system/include/cafe/demo/demowin/ |
| D | demowin_assets.h | 244 virtual const char* GetName() = 0; 259 virtual const char* GetName() {return name.text;} in GetName() function 277 virtual const char* GetName() {return name.text;} in GetName() function
|
| /CafeSDK-2.12.13-1/system/src/lib/demo/headers/cafe/demo/demowin/ |
| D | demowin_assets.h | 244 virtual const char* GetName() = 0; 259 virtual const char* GetName() {return name.text;} in GetName() function 277 virtual const char* GetName() {return name.text;} in GetName() function
|
| /CafeSDK-2.12.13-1/system/src/lib/demo/demowin/ |
| D | demowin_double_combo_box.cpp | 434 … %s", this->data[(*this->target1)]->GetName(), this->data[(*this->target1)]->GetPointers()[(*this-… in Draw() 495 …DrawText(this->data[i + position]->GetName(), CVec3(this->x - this->bar1.width / 2, startY, this->… in Draw() 553 …DrawText(pointers[i + position2]->GetName(), CVec3(this->x + this->width / 2 - this->bar2.width / … in Draw()
|
| D | demowin_combo_box.cpp | 256 …DrawText(this->data[*this->target]->GetName(), CVec3(this->x - arrowWidth / 2, this->y, this->z + … in Draw() 309 …DrawText(this->data[i + position]->GetName(), CVec3(this->x - this->bar.width / 2, startY, this->z… in Draw()
|
| D | demowin_manager.cpp | 222 …Width(), window->GetHeight()), i == 0, window->Enabled(), CVec3(0.1, 0.1, 0.1), window->GetName()); in Draw()
|
| /CafeSDK-2.12.13-1/system/src/lib/demo/headers/cafe/demo/ |
| D | demowin.h | 48 const char* GetName() {return name.text;} in GetName() function
|
| /CafeSDK-2.12.13-1/system/include/cafe/demo/ |
| D | demowin.h | 48 const char* GetName() {return name.text;} in GetName() function
|
| /CafeSDK-2.12.13-1/system/src/tool/cafex/ |
| D | Program.cs | 1038 Version asmVer = asm.GetName().Version; in DoCommand()
|