#include "pgwidget.h"
#include "pgapplication.h"
#include "pglabel.h"
#include "pgscrollbar.h"
Include dependency graph for pglayout.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | PG_Layout |
Functions | |
| DECLSPEC bool | Load (PG_Widget *parent, const std::string &filename, void(*WorkCallback)(int now, int max), void *UserSpace) |
| Load a XML layout. | |
| DECLSPEC int | GetParamInt (const char **Source, const char *What) |
| DECLSPEC PG_ScrollBar::ScrollDirection | GetParamScrollDirection (const char **Source, const char *What) |
| DECLSPEC char * | GetParamStr (const char **Source, const char *What) |
| DECLSPEC void | GetParamRect (const char **Source, const char *What, PG_Rect &Rect, PG_Widget *parent=NULL) |
| DECLSPEC PG_Label::TextAlign | GetParamAlign (const char **Source, const char *What) |
| DECLSPEC PG_Draw::BkMode | GetParamIMode (const char **Source, const char *What) |
| DECLSPEC int | GetParamGrad (const char **Source, const char *What, PG_Gradient *grad) |
Variables | |
| void(* | PG_LayoutWidgetParams )(PG_Widget *Widget, const char **atts) |
| void(* | PG_LayoutProcessingInstruction )(const char *target, const char *data, const std::string &FileName, void *UserSpace) |
This include file defines the PG_Layout namespace and the PG_XMLTag class.
Definition in file pglayout.h.
|
||||||||||||
|
Referenced by SetLabelAtts(), and XMLStartDoc(). |
|
||||||||||||||||
|
Referenced by SetButtonAtts(), and SetThemeWidgetAtts(). |
|
||||||||||||
|
Referenced by SetThemeWidgetAtts(). |
|
||||||||||||
|
||||||||||||||||||||
|
Referenced by XMLStartDoc(). |
|
||||||||||||
|
Referenced by XMLStartDoc(). |
|
||||||||||||
|
||||||||||||||||||||
|
Load a XML layout.
Referenced by PG_Widget::LoadLayout(), and PG_Application::LoadLayout(). |
|
|
Definition at line 272 of file pglayout.cpp. Referenced by XMLProcInstr(). |
|
|
Definition at line 271 of file pglayout.cpp. Referenced by SetWidgetAtts(). |
1.4.2