#include <windowing.h>
Public Member Functions | |
| WidgetParameters () | |
| void | assign (PG_Widget *widget) |
| void | assign (BarGraphWidget *widget) |
| void | assign (PG_ThemeWidget *widget) |
| void | assign (PG_Label *widget) |
| void | runTextIO (PropertyReadingContainer &pc) |
Public Attributes | |
| ASCString | backgroundImage |
| PG_Draw::BkMode | backgroundMode |
| PG_Label::TextAlign | textAlign |
| bool | textAlign_defined |
| int | fontColor |
| bool | fontColor_defined |
| ASCString | fontName |
| ASCString | style |
| int | fontAlpha |
| bool | fontAlpha_defined |
| int | fontSize |
| bool | fontSize_defined |
| int | backgroundColor |
| bool | backgroundColor_defined |
| int | transparency |
| bool | transparency_defined |
| int | bordersize |
| bool | bordersize_defined |
| bool | hidden |
|
|
Definition at line 146 of file windowing.cpp. |
|
|
Definition at line 272 of file windowing.cpp. References assign(), PG_Label::SetAlignment(), textAlign, and textAlign_defined. |
|
|
Definition at line 250 of file windowing.cpp. References assign(), backgroundColor, backgroundColor_defined, backgroundImage, backgroundMode, IconRepository::getIcon(), and hasTransparency(). |
|
|
Definition at line 220 of file windowing.cpp. References assign(), backgroundColor, and backgroundColor_defined. |
|
|
Definition at line 284 of file windowing.cpp. References bordersize, bordersize_defined, fontAlpha, fontAlpha_defined, fontColor, fontColor_defined, fontName, fontSize, fontSize_defined, hidden, PG_Widget::Hide(), PG_Widget::SetBorderSize(), PG_Widget::SetFontAlpha(), PG_Widget::SetFontColor(), PG_Widget::SetFontName(), PG_Widget::SetFontSize(), PG_Widget::SetTransparency(), transparency, and transparency_defined. Referenced by assign(), ASCGUI_Window::parsePanelASCTXT(), and ASCGUI_Window::setup(). |
|
|
|
Definition at line 61 of file windowing.h. Referenced by assign(), and runTextIO(). |
|
|
Definition at line 62 of file windowing.h. Referenced by assign(), and runTextIO(). |
|
|
Definition at line 44 of file windowing.h. Referenced by assign(), and runTextIO(). |
|
|
Definition at line 45 of file windowing.h. Referenced by assign(), and runTextIO(). |
|
|
Definition at line 67 of file windowing.h. Referenced by assign(), and runTextIO(). |
|
|
Definition at line 68 of file windowing.h. Referenced by assign(), and runTextIO(). |
|
|
Definition at line 55 of file windowing.h. Referenced by assign(), and runTextIO(). |
|
|
Definition at line 56 of file windowing.h. Referenced by assign(), and runTextIO(). |
|
|
Definition at line 50 of file windowing.h. Referenced by assign(), and runTextIO(). |
|
|
Definition at line 51 of file windowing.h. Referenced by assign(), and runTextIO(). |
|
|
Definition at line 53 of file windowing.h. Referenced by assign(), and runTextIO(). |
|
|
Definition at line 58 of file windowing.h. Referenced by assign(), and runTextIO(). |
|
|
Definition at line 59 of file windowing.h. Referenced by assign(), and runTextIO(). |
|
|
Definition at line 69 of file windowing.h. Referenced by assign(), and runTextIO(). |
|
|
Definition at line 54 of file windowing.h. Referenced by runTextIO(). |
|
|
Definition at line 47 of file windowing.h. Referenced by assign(), and runTextIO(). |
|
|
Definition at line 48 of file windowing.h. Referenced by assign(), and runTextIO(). |
|
|
Definition at line 64 of file windowing.h. Referenced by assign(), and runTextIO(). |
|
|
Definition at line 65 of file windowing.h. Referenced by assign(), and runTextIO(). |
1.4.2