#include <ui.hh>
Public Member Functions | |
| virtual void | addItem (const char *str, bool enabled, bool selected)=0 |
| virtual void | pushGroup (const char *name, bool enabled)=0 |
| virtual void | popGroup ()=0 |
| virtual int | getNumberOfItems ()=0 |
| virtual bool | isSelected (int index)=0 |
| virtual void dw::core::ui::SelectionResource::addItem | ( | const char * | str, | |
| bool | enabled, | |||
| bool | selected | |||
| ) | [pure virtual] |
| virtual int dw::core::ui::SelectionResource::getNumberOfItems | ( | ) | [pure virtual] |
Implemented in dw::fltk::ui::FltkOptionMenuResource, and dw::fltk::ui::FltkListResource.
| virtual bool dw::core::ui::SelectionResource::isSelected | ( | int | index | ) | [pure virtual] |
Implemented in dw::fltk::ui::FltkOptionMenuResource, and dw::fltk::ui::FltkListResource.
| virtual void dw::core::ui::SelectionResource::popGroup | ( | ) | [pure virtual] |
| virtual void dw::core::ui::SelectionResource::pushGroup | ( | const char * | name, | |
| bool | enabled | |||
| ) | [pure virtual] |
1.5.9