Rapicorn - Experimental UI Toolkit - Source Code
13.07.0
|
See also the corresponding IDL class WidgetList. More...
#include <serverapi.hh>
Inherits Rapicorn::ContainerIface.
Inherited by Rapicorn::WidgetListImpl [virtual]
.
Public Member Functions | |
virtual std::string | __aida_type_name__ () const |
Retrieve the IDL type name of an instance. | |
virtual void | __aida_typelist__ (Rapicorn::Aida::TypeHashList &) const |
virtual const Rapicorn::Aida::PropertyList & | __aida_properties__ () |
Retrieve the list properties of an instance. | |
virtual std::string | model () const =0 |
virtual void | model (const std::string &)=0 |
virtual SelectionMode | selection_mode () const =0 |
virtual void | selection_mode (SelectionMode)=0 |
virtual void | set_selection (const BoolSeq &selection)=0 |
virtual BoolSeq | get_selection ()=0 |
virtual void | select_range (int first, int length)=0 |
virtual void | unselect_range (int first, int length)=0 |
See also the corresponding IDL class WidgetList.