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

Actual options (set using the .xxx methods) More...

#include <GUIComponent.h>

List of all members.

Public Member Functions

 Options ()

Public Attributes

std::string handle
 the component handle
std::string out
 the component output (only GUIComponentWithOutput subclasses)
std::string in
 not used!
std::string label
 label (results in a titeld border
std::string tooltip
 component tooltip (not for containers)
int margin
 layout margin (only for containers)
int spacing
 layout spacing (onyl for containers)
utils::Size minSize
 minimum size constraint of the component (in units of 20px)
utils::Size maxSize
 maximum size constraint of the component (in units of 20px)
utils::Size size
 intial size of the component (in units of 20px)
bool hide
 if true, the component is not created at all

Detailed Description

Actual options (set using the .xxx methods)


Constructor & Destructor Documentation


Member Data Documentation

the component handle

if true, the component is not created at all

not used!

label (results in a titeld border

layout margin (only for containers)

maximum size constraint of the component (in units of 20px)

minimum size constraint of the component (in units of 20px)

the component output (only GUIComponentWithOutput subclasses)

intial size of the component (in units of 20px)

layout spacing (onyl for containers)

component tooltip (not for containers)


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