Rapicorn - Experimental UI Toolkit - Source Code
13.07.0
|
See also the corresponding IDL class ListModel. More...
#include <serverapi.hh>
Inherits Rapicorn::BaseObject.
Inherited by Rapicorn::ListModelRelayImpl::RelayModel [virtual]
, and Rapicorn::MemoryListStore [virtual]
.
Public Types | |
typedef Rapicorn::Aida::Signal < void(const UpdateRequest &urequest)> | Signal_updated |
Public Member Functions | |
Rapicorn::Aida::TypeCode | __aida_type_code__ () |
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 int | count ()=0 |
virtual Rapicorn::Aida::Any | row (int index)=0 |
Static Public Member Functions | |
static Rapicorn::Aida::BaseConnection * | __aida_connection__ () |
Public Attributes | |
Signal_updated | sig_updated |
See also the corresponding IDL class ListModel.