Rapicorn - Experimental UI Toolkit - Source Code  13.07.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines
Public Member Functions | Protected Member Functions
Rapicorn::Aida::ImplicitBase Class Reference

Abstract base interface that all IDL interfaces are implicitely derived from. More...

#include <aida.hh>

Inherited by Rapicorn::BaseObject [virtual].

List of all members.

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)

Detailed Description

Abstract base interface that all IDL interfaces are implicitely derived from.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines