#include <Fui.h>
Inheritance diagram for CFuiGroupBox:

Public Member Functions | |
| CFuiGroupBox (int x=0, int y=0, int w=0, int h=0, Tag window=0) | |
| virtual int | Read (SStream *stream, Tag tag) |
| virtual void | ReadFinished (void) |
| virtual bool | MouseMove (int x, int y) |
| virtual bool | MouseClick (int x, int y, EMouseButton button) |
| virtual bool | MouseStopClick (int x, int y, EMouseButton button) |
| void | Draw (void) |
| void | SetParentPosition (int xParent, int yParent) |
Protected Attributes | |
| SBitmap * | bmBack |
| SBitmap * | bmTop |
| SBitmap * | bmBottom |
| SBitmap * | bmLeft |
| SBitmap * | bmRight |
| SBitmap * | bmTopLeft |
| SBitmap * | bmTopRight |
| SBitmap * | bmBottomLeft |
| SBitmap * | bmBottomRight |
| bool | transparent |
| Transparent or opaque. | |
| unsigned int | colText |
| Text colour. | |
| int | xText |
| X offset for groupbox text label. | |
| std::list< CFuiComponent * > | decorationList |
| Vector of decoration components. | |
| std::list< CFuiComponent * > | childList |
| Vector of child components. | |
Definition at line 828 of file Fui.h.
|
||||||||||||||||||||||||
|
Definition at line 2722 of file Fui.cpp. References COMPONENT_GROUPBOX, and MakeRGB(). |
|
|
Reimplemented from CFuiComponent. Definition at line 2898 of file Fui.cpp. References bmBack, childList, colText, decorationList, DrawBitmap(), DrawText(), CFuiComponent::font, CFuiComponent::surface, transparent, and xText. |
|
||||||||||||||||
|
Reimplemented from CFuiComponent. |
|
||||||||||||
|
Reimplemented from CFuiComponent. |
|
||||||||||||||||
|
Reimplemented from CFuiComponent. |
|
||||||||||||
|
Reimplemented from CFuiComponent. Definition at line 2746 of file Fui.cpp. References childList, CreateFuiComponent(), globals, SGlobals::logWarning, ReadFrom(), SkipObject(), TAG_READ, TagString(), CLogFile::Write(), CFuiComponent::x, and CFuiComponent::y. |
|
|
Reimplemented from CFuiComponent. |
|
||||||||||||
|
Reimplemented from CFuiComponent. |
|
|
Definition at line 846 of file Fui.h. Referenced by Draw(). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 857 of file Fui.h. Referenced by Draw(). |
|
|
Definition at line 859 of file Fui.h. Referenced by Draw(). |
|
|
Definition at line 856 of file Fui.h. Referenced by Draw(). |
|
|
Definition at line 858 of file Fui.h. Referenced by Draw(). |
|
|
Documentation generated by
|