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

Handle class for "border" gui components (only for explicit "border" components) More...

#include <BorderHandle.h>

Inheritance diagram for icl::qt::BorderHandle:
icl::qt::GUIHandle< QGroupBox > icl::qt::GUIHandleBase

List of all members.

Public Member Functions

 BorderHandle ()
 Creates an empty border handle.
 BorderHandle (QGroupBox *b, GUIWidget *w)
 Create a new border handle.
std::string getTitle () const
 get the borders title string
void operator= (const std::string &title)
 setup the border to show another title

Detailed Description

Handle class for "border" gui components (only for explicit "border" components)


Constructor & Destructor Documentation

Creates an empty border handle.

icl::qt::BorderHandle::BorderHandle ( QGroupBox *  b,
GUIWidget w 
) [inline]

Create a new border handle.


Member Function Documentation

std::string icl::qt::BorderHandle::getTitle ( ) const

get the borders title string

void icl::qt::BorderHandle::operator= ( const std::string &  title)

setup the border to show another title


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