#include <guiBox.h>
|
| GUIBox (gui::IGUIEnvironment *env, gui::IGUIElement *parent, s32 id, const core::rect< s32 > &rectangle, const std::array< video::SColor, 4 > &colors, const std::array< video::SColor, 4 > &bordercolors, const std::array< s32, 4 > &borderwidths) |
|
virtual void | draw () override |
|
◆ GUIBox()
GUIBox::GUIBox |
( |
gui::IGUIEnvironment * | env, |
|
|
gui::IGUIElement * | parent, |
|
|
s32 | id, |
|
|
const core::rect< s32 > & | rectangle, |
|
|
const std::array< video::SColor, 4 > & | colors, |
|
|
const std::array< video::SColor, 4 > & | bordercolors, |
|
|
const std::array< s32, 4 > & | borderwidths ) |
◆ draw()
◆ m_bordercolors
std::array<video::SColor, 4> GUIBox::m_bordercolors |
|
private |
◆ m_borderwidths
std::array<s32, 4> GUIBox::m_borderwidths |
|
private |
◆ m_colors
std::array<video::SColor, 4> GUIBox::m_colors |
|
private |
The documentation for this class was generated from the following files: