#include <guiItemImage.h>
|
| | GUIItemImage (gui::IGUIEnvironment *env, gui::IGUIElement *parent, s32 id, const core::rect< s32 > &rectangle, const std::string &item_name, gui::IGUIFont *font, Client *client) |
| |
| virtual void | draw () override |
| |
| virtual void | setText (const wchar_t *text) override |
| |
◆ GUIItemImage()
| GUIItemImage::GUIItemImage |
( |
gui::IGUIEnvironment * | env, |
|
|
gui::IGUIElement * | parent, |
|
|
s32 | id, |
|
|
const core::rect< s32 > & | rectangle, |
|
|
const std::string & | item_name, |
|
|
gui::IGUIFont * | font, |
|
|
Client * | client ) |
◆ draw()
| void GUIItemImage::draw |
( |
| ) |
|
|
overridevirtual |
◆ setText()
| virtual void GUIItemImage::setText |
( |
const wchar_t * | text | ) |
|
|
inlineoverridevirtual |
◆ m_client
| Client* GUIItemImage::m_client |
|
private |
◆ m_font
| gui::IGUIFont* GUIItemImage::m_font |
|
private |
◆ m_item_name
| std::string GUIItemImage::m_item_name |
|
private |
◆ m_label
| core::stringw GUIItemImage::m_label |
|
private |
The documentation for this class was generated from the following files: