Version: 9.15.0
QtxInfoPanel::Container Class Reference

Container to store widgets within info panel. More...

Inheritance diagram for QtxInfoPanel::Container:
Inheritance graph

Public Member Functions

 Container (QWidget *=0)
 
 Container (const QString &, QWidget *=0)
 
void addAction (QAction *, const int)
 
void addLabel (const QString &, Qt::Alignment, const int)
 
void addGroup (const QString &, const int)
 
QWidgetfind (const int) const
 
void remove (const int)
 
void clear ()
 
void put (QWidget *)
 

Private Attributes

QMap< int, QWidget * > ids
 
QGroupBoxgroup
 

Detailed Description

Container to store widgets within info panel.

Constructor & Destructor Documentation

◆ Container() [1/2]

QtxInfoPanel::Container::Container ( QWidget parent = 0)

◆ Container() [2/2]

QtxInfoPanel::Container::Container ( const QString &  title,
QWidget parent = 0 
)

References group, and QtxInfoPanel::title.

Member Function Documentation

◆ addAction()

void QtxInfoPanel::Container::addAction ( QAction action,
const int  id 
)

◆ addGroup()

void QtxInfoPanel::Container::addGroup ( const QString &  text,
const int  id 
)

◆ addLabel()

void QtxInfoPanel::Container::addLabel ( const QString &  text,
Qt::Alignment  alignment,
const int  id 
)

◆ clear()

void QtxInfoPanel::Container::clear ( )

◆ find()

QWidget * QtxInfoPanel::Container::find ( const int  id) const

References find().

◆ put()

void QtxInfoPanel::Container::put ( QWidget widget)

◆ remove()

void QtxInfoPanel::Container::remove ( const int  id)

Member Data Documentation

◆ group

QGroupBox* QtxInfoPanel::Container::group
private

◆ ids

QMap<int, QWidget*> QtxInfoPanel::Container::ids
private

The documentation for this class was generated from the following file: