#include <bargraphwidget.h>
Inheritance diagram for BarGraphWidget:

Public Types | |
| typedef vector< pair< double, int > > | Colors |
| enum | Direction { l2r, r2l, t2b, b2t } |
Public Member Functions | |
| BarGraphWidget (PG_Widget *parent, const PG_Rect &rect, Direction direction) | |
| void | setFraction (float f) |
| void | setColor (int c) |
| void | setColor (PG_Color c) |
| void | setColor (Colors colors) |
| void | eventBlit (SDL_Surface *surface, const PG_Rect &src, const PG_Rect &dst) |
| overridable eventhandler to blit the widget contents to the screen | |
|
|
Definition at line 28 of file bargraphwidget.h. |
|
|
Definition at line 29 of file bargraphwidget.h. |
|
||||||||||||||||
|
Definition at line 15 of file bargraphwidget.cpp. |
|
||||||||||||||||
|
overridable eventhandler to blit the widget contents to the screen
Reimplemented from PG_ThemeWidget. Definition at line 19 of file bargraphwidget.cpp. References b2t, PG_Application::GetScreen(), PG_Widget::GetTransparency(), l2r, PG_Color::MapRGBA(), max(), min(), r2l, and t2b. |
|
|
Definition at line 39 of file bargraphwidget.h. |
|
|
Definition at line 38 of file bargraphwidget.h. |
|
|
Definition at line 37 of file bargraphwidget.h. Referenced by ASCGUI_Window::parsePanelASCTXT(). |
|
|
Definition at line 65 of file bargraphwidget.cpp. Referenced by StoringPosition::setBargraphValue(). |
1.4.2