|
| MessageBoxRenderer (MessageBox *messageBox) |
| Constructor. More...
|
|
virtual void | setProperty (std::string property, const std::string &value) override |
| Change a property of the renderer. More...
|
|
virtual void | setProperty (std::string property, ObjectConverter &&value) override |
| Change a property of the renderer. More...
|
|
virtual ObjectConverter | getProperty (std::string property) const override |
| Retrieve the value of a certain property. More...
|
|
virtual std::map< std::string, ObjectConverter > | getPropertyValuePairs () const override |
| Get a map with all properties and their values. More...
|
|
void | setTextColor (const Color &color) |
| Changes the color of the text. More...
|
|
| ChildWindowRenderer (ChildWindow *childWindow) |
| Constructor. More...
|
|
void | setTitleBarColor (const Color &color) |
| Changes the color of the title bar. More...
|
|
void | setTitleBarHeight (float height) |
| Change the height of the title bar. More...
|
|
void | setTitleColor (const Color &color) |
| Changes the color of the title that is displayed in the title bar of the child window. More...
|
|
void | setBorderColor (const Color &borderColor) |
| Set the border color. More...
|
|
virtual void | setBorders (const Borders &borders) override |
| Changes the size of the borders. More...
|
|
void | setDistanceToSide (float distanceToSide) |
| Changes the distance between the title and the side of the title bar. More...
|
|
void | setPaddingBetweenButtons (float paddingBetweenButtons) |
| Changes the distance between the title buttons if multiple exist. More...
|
|
void | setBackgroundColor (const Color &backgroundColor) |
| Changes the background color of the child window. More...
|
|
void | setTitleBarTexture (const Texture &texture) |
| Change the image of the title bar. More...
|
|
std::shared_ptr< ButtonRenderer > | getCloseButton () const |
| Returns the renderer of the close button. More...
|
|
std::shared_ptr< ButtonRenderer > | getMinimizeButton () const |
| Returns the renderer of the minimize button. More...
|
|
std::shared_ptr< ButtonRenderer > | getMaximizeButton () const |
| Returns the renderer of the maximize button. More...
|
|
virtual void | setBorders (const Borders &borders) |
| Changes the size of the borders. More...
|
|
void | setBorders (float leftBorder, float topBorder, float rightBorder, float bottomBorder) |
| Changes the size of the borders. More...
|
|
void | setBorders (float width, float height) |
| Changes the size of the borders. More...
|
|
virtual | ~WidgetRenderer () |
| Virtual destructor.
|
|
void | setBorders (float leftBorder, float topBorder, float rightBorder, float bottomBorder) |
| Changes the size of the borders. More...
|
|
void | setBorders (float width, float height) |
| Changes the size of the borders. More...
|
|
virtual Borders | getBorders () const |
| Returns the size of the borders as a tgui::Borders. More...
|
|