#include <CEGUIInterfaces.h>
Inherits DigitalSpaces::DIObjectBase.
Public Member Functions | |
| void | setSelected (bool selected) |
| Set whether this tab button is selected or not. | |
| bool | isSelected () |
| Return whether this tab button is selected or not. | |
| void | setTargetWindow (DICEGUIWindow *wnd) |
| Set the target window which is the content pane which this button is covering. | |
| DICEGUIWindow * | getTargetWindow () |
| Get the target window which is the content pane which this button is covering. | |
| void DigitalSpaces::DICEGUITabButton::setSelected | ( | bool | selected | ) |
Set whether this tab button is selected or not.
| bool DigitalSpaces::DICEGUITabButton::isSelected | ( | ) |
Return whether this tab button is selected or not.
| void DigitalSpaces::DICEGUITabButton::setTargetWindow | ( | DICEGUIWindow * | wnd | ) |
Set the target window which is the content pane which this button is covering.
| DICEGUIWindow* DigitalSpaces::DICEGUITabButton::getTargetWindow | ( | ) |
Get the target window which is the content pane which this button is covering.
1.5.6