Image Component Library (ICL)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions
icl::qt::Prop Struct Reference

Propery adjustment component for configuable instances. More...

#include <GUIComponents.h>

Inheritance diagram for icl::qt::Prop:
icl::qt::GUIComponent

List of all members.

Public Member Functions

 Prop (const std::string &configurableID)
 create configurable component reflecting the properties of the given Configurable instance
 Prop (const utils::Configurable *cfg) throw (utils::ICLException)
 create configurable component from given configurable (pointer)
 Prop (const utils::Configurable &cfg)
 create configurable component from given configurable (reference)

Detailed Description

Propery adjustment component for configuable instances.

creates an embedded tabbed vertical scroll widget that allows for adjust properties of a configurable instance in real-time. The referenced configurable must be create before the GUI-creation. Creates no handle and no output


Constructor & Destructor Documentation

icl::qt::Prop::Prop ( const std::string &  configurableID) [inline]

create configurable component reflecting the properties of the given Configurable instance

icl::qt::Prop::Prop ( const utils::Configurable cfg) throw (utils::ICLException) [inline]

create configurable component from given configurable (pointer)

icl::qt::Prop::Prop ( const utils::Configurable cfg) [inline]

create configurable component from given configurable (reference)


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