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

A simple utility class (QWidget with titled border) More...

#include <BorderBox.h>

List of all members.

Public Member Functions

 BorderBox (const QString &label, QWidget *content, QWidget *parent)
 Create a new BorderBox Object.
QWidget * content ()
 returns the content of this widget (the child)

Private Attributes

QVBoxLayout * m_poLayout
QWidget * m_poContent

Detailed Description

A simple utility class (QWidget with titled border)


Constructor & Destructor Documentation

icl::qt::BorderBox::BorderBox ( const QString &  label,
QWidget *  content,
QWidget *  parent 
) [inline]

Create a new BorderBox Object.

Parameters:
labeltitle of the border
contentchild widget
parentoptional parent widget

Member Function Documentation

QWidget* icl::qt::BorderBox::content ( ) [inline]

returns the content of this widget (the child)


Member Data Documentation

QWidget* icl::qt::BorderBox::m_poContent [private]
QVBoxLayout* icl::qt::BorderBox::m_poLayout [private]

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