Rapicorn - Experimental UI Toolkit - Source Code
13.07.0
|
Abstract base interface that all IDL interfaces are implicitely derived from. More...
#include <aida.hh>
Inherited by Rapicorn::BaseObject [virtual]
.
Public Member Functions | |
virtual std::string | __aida_type_name__ () const =0 |
Retrieve the IDL type name of an instance. | |
Protected Member Functions | |
virtual const PropertyList & | __aida_properties__ ()=0 |
Retrieve the list properties of an instance. | |
Property * | __aida_lookup__ (const std::string &property_name) |
bool | __aida_setter__ (const std::string &property_name, const std::string &value) |
std::string | __aida_getter__ (const std::string &property_name) |
Abstract base interface that all IDL interfaces are implicitely derived from.