Home
last modified time | relevance | path

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

/CafeSDK-2.12.13-1/system/src/lib/demo/demowin/
Ddemowin_tab_window.cpp70 scrollBar->count = this->GetMaxHeight() - this->height; in PreUpdate()
71 scrollBar->max = height; in PreUpdate()
72 scrollBar->x = (this->GetWidth() - SCROLLBAR_WIDTH) / 2; in PreUpdate()
73 scrollBar->y = -height / 2 - this->height; in PreUpdate()
74 scrollBar->height = height; in PreUpdate()
75 canUpdate = scrollBar->Update(); in PreUpdate()
78 scrollBar->Reset(); in PreUpdate()
95 scrollBar->pos = 0; in PreUpdate()
96 scrollBar->wasMax = false; in PreUpdate()
102 this->offY = scrollBar->pos; in PreUpdate()
[all …]
Ddemowin_tabbing.cpp62 tabIndex->window->GetMaster()->scrollBar->pos = tabIndex->window->GetOffY(); in UpdateTabbing()
74 tabIndex->window->GetMaster()->scrollBar->pos = tabIndex->window->GetOffY(); in UpdateTabbing()
/CafeSDK-2.12.13-1/system/src/lib/demo/
Ddemowin.cpp175scrollBar = new ScrollBar(this, CVec3(width / 2 - SCROLLBAR_WIDTH / 2, -height / 2, 0.9), CVec2(SC… in Window()
188 delete scrollBar; in ~Window()
308 scrollBar->Reset(); in Reset()
378 scrollBar->count = this->GetMaxHeight(); in PreUpdate()
379 scrollBar->max = height; in PreUpdate()
380 scrollBar->x = (this->GetWidth() - SCROLLBAR_WIDTH) / 2; in PreUpdate()
381 scrollBar->y = -height / 2; in PreUpdate()
382 scrollBar->height = height; in PreUpdate()
383 canUpdate = scrollBar->Update(); in PreUpdate()
386 scrollBar->Reset(); in PreUpdate()
[all …]
/CafeSDK-2.12.13-1/system/src/lib/demo/headers/cafe/demo/
Ddemowin.h133 ScrollBar* scrollBar; member
/CafeSDK-2.12.13-1/system/include/cafe/demo/
Ddemowin.h133 ScrollBar* scrollBar; member