#include <group_box.h>
Inheritance diagram for crs::group_box:
Public Methods | |
group_box (const std::string &caption, base_control *Parent, const unsigned int Left=0, const unsigned int Top=0, const unsigned int Width=3, const unsigned int Height=3) | |
virtual void | draw () |
Private Attributes | |
std::string | caption |
|
Definition at line 7 of file group_box.cpp. |
|
Reimplemented from crs::base_control. Definition at line 12 of file group_box.cpp. References crs::base_control::buffer, caption, crs::drawing_area::drawHLine(), crs::drawing_area::drawVLine(), crs::base_control::mHeight, crs::base_control::mWidth, and crs::drawing_area::setText(). |
|
Definition at line 14 of file group_box.h. Referenced by draw(). |