#include <ScrollBarV.h>
Inheritance diagram for gui::ScrollBarV:


| Public Member Functions | |
| ScrollBarV (Surface *, coord_t x, coord_t y, coord_t w, coord_t h, SurfaceHelper *=NULL) | |
| ScrollBarV (Surface *, SurfaceHelper *=NULL) | |
| ~ScrollBarV () | |
| void | Draw () | 
| void | SetPos (long) | 
| void | SetMax (long, long=1) | 
| long | GetPos () | 
| void | OnEvent (surface_event_t *) | 
| Private Attributes | |
| HotButton | m_up | 
| HotButton | m_down | 
| long | m_pos | 
| long | m_max | 
| long | m_step | 
| 
 | ||||||||||||||||||||||||||||
| 
 Definition at line 60 of file ScrollBarV.cpp. References BUTTONSTYLE_SBDOWN, BUTTONSTYLE_SBUP, gui::coord_t, m_down, m_up, and SBSIZE. 
 
 | 
| 
 | ||||||||||||
| 
 Definition at line 78 of file ScrollBarV.cpp. References BUTTONSTYLE_SBDOWN, BUTTONSTYLE_SBUP, m_down, m_up, and SBSIZE. 
 
 | 
| 
 | 
| 
 Definition at line 99 of file ScrollBarV.cpp. 
 
 | 
| 
 | 
| 
 Reimplemented from gui::Surface. Definition at line 149 of file ScrollBarV.cpp. References gui::Surface::GetBgColor(), gui::Surface::GetClientRect(), gui::Surface::GetFgColor(), m_max, m_pos, m_step, and SBSIZE. 
 
 | 
| 
 | 
| 
 Definition at line 118 of file ScrollBarV.cpp. References m_pos. 
 
 | 
| 
 | 
| 
 Reimplemented from gui::Surface. Definition at line 124 of file ScrollBarV.cpp. References gui::Surface::GetLocalID(), GUI_EVENT_BUTTON, m_down, m_max, m_pos, m_step, m_up, and gui::surface_event_t. 
 
 | 
| 
 | ||||||||||||
| 
 Definition at line 111 of file ScrollBarV.cpp. 
 | 
| 
 | 
| 
 Definition at line 104 of file ScrollBarV.cpp. References m_pos. 
 | 
| 
 | 
| 
 Definition at line 46 of file ScrollBarV.h. Referenced by OnEvent(), and ScrollBarV(). | 
| 
 | 
| 
 Definition at line 48 of file ScrollBarV.h. | 
| 
 | 
| 
 Definition at line 47 of file ScrollBarV.h. | 
| 
 | 
| 
 Definition at line 49 of file ScrollBarV.h. | 
| 
 | 
| 
 Definition at line 45 of file ScrollBarV.h. Referenced by OnEvent(), and ScrollBarV(). | 
 1.3.6
 
1.3.6 
| 
 | 
| 
 |