Rapicorn - Experimental UI Toolkit - Source Code
13.07.0
|
See also the corresponding IDL class IdlTestWidget. More...
#include <clientapi.hh>
Inherits Rapicorn::WidgetHandle.
Public Member Functions | |
const Rapicorn::Aida::TypeHashList | __aida_typelist__ () |
bool | bool_prop () const |
void | bool_prop (bool) |
int | int_prop () const |
void | int_prop (int) |
double | float_prop () const |
void | float_prop (double) |
std::string | string_prop () const |
void | string_prop (const std::string &) |
TestEnum | enum_prop () const |
void | enum_prop (TestEnum) |
Requisition | record_prop () const |
void | record_prop (const Requisition &) |
StringSeq | sequence_prop () const |
void | sequence_prop (const StringSeq &) |
IdlTestWidgetHandle | self_prop () const |
void | self_prop (IdlTestWidgetHandle) |
Static Public Member Functions | |
template<class SmartHandle > | |
static IdlTestWidgetHandle | down_cast (SmartHandle smh) |
See also the corresponding IDL class IdlTestWidget.