#include <SixButtonCross.h>
Inheritance diagram for OglGui::SixButtonCross:


Public Member Functions | |
| SixButtonCross (int x, int y, int w, int h, int btnBrdType=BEV_RAISED, int brdType=0, int margin=4) | |
| SixButtonCross (Window *parent, int x, int y, int w, int h, int btnBrdType=BEV_RAISED, int brdType=0, int margin=4) | |
| void | SetTexts (strconst s0, strconst s1, strconst s2, strconst s3, strconst s4, strconst s5) |
| Button * | Btn (int id) const |
| void | SetBtnBorderType (int type) |
| void | SetBtnBorderFillShaded (int type) |
Private Member Functions | |
| void | Init (int w, int h, int brdType, int btnT, int margin) |
Private Attributes | |
| Button * | mButtons [6] |
Definition at line 11 of file SixButtonCross.h.
1.5.1