#include <guiBackgroundImage.h>
|
| | GUIBackgroundImage (gui::IGUIEnvironment *env, gui::IGUIElement *parent, s32 id, const core::rect< s32 > &rectangle, const std::string &name, const core::rect< s32 > &middle, ISimpleTextureSource *tsrc, bool autoclip, v2s32 autoclip_offset) |
| |
| virtual void | draw () override |
| |
◆ GUIBackgroundImage()
| GUIBackgroundImage::GUIBackgroundImage |
( |
gui::IGUIEnvironment * | env, |
|
|
gui::IGUIElement * | parent, |
|
|
s32 | id, |
|
|
const core::rect< s32 > & | rectangle, |
|
|
const std::string & | name, |
|
|
const core::rect< s32 > & | middle, |
|
|
ISimpleTextureSource * | tsrc, |
|
|
bool | autoclip, |
|
|
v2s32 | autoclip_offset ) |
◆ draw()
| void GUIBackgroundImage::draw |
( |
| ) |
|
|
overridevirtual |
◆ m_autoclip
| bool GUIBackgroundImage::m_autoclip |
|
private |
◆ m_autoclip_offset
| v2s32 GUIBackgroundImage::m_autoclip_offset |
|
private |
◆ m_middle
| core::rect<s32> GUIBackgroundImage::m_middle |
|
private |
◆ m_name
| std::string GUIBackgroundImage::m_name |
|
private |
◆ m_tsrc
The documentation for this class was generated from the following files: