NorMIT-nav  18.04
An IGT application
cx::SelectionGroupBox Class Reference

#include <cxSelectionGroupBox.h>

Inheritance diagram for cx::SelectionGroupBox:

Signals

void selectionChanged ()
 emitted when the selection of application changed More...
 
void userClicked ()
 emitted when a user has clicked a button inside the groupbox More...
 

Public Member Functions

 SelectionGroupBox (QString title, QStringList selectionList, Qt::Orientation orientation, bool exclusive=false, QWidget *parent=NULL)
 
virtual ~SelectionGroupBox ()
 
virtual QStringList getSelected ()
 get a list of selected button text More...
 
virtual void setSelected (QStringList selectedlist)
 set the selected buttons More...
 
void setEnabledButtons (bool value)
 enables or disables all buttons More...
 

Detailed Description

Date
Mar 30, 2011
Author
Janne Beate Bakeng, SINTEF

Definition at line 31 of file cxSelectionGroupBox.h.

Constructor & Destructor Documentation

cx::SelectionGroupBox::SelectionGroupBox ( QString  title,
QStringList  selectionList,
Qt::Orientation  orientation,
bool  exclusive = false,
QWidget *  parent = NULL 
)

Definition at line 23 of file cxSelectionGroupBox.cpp.

cx::SelectionGroupBox::~SelectionGroupBox ( )
virtual

Definition at line 38 of file cxSelectionGroupBox.cpp.

Member Function Documentation

QStringList cx::SelectionGroupBox::getSelected ( )
virtual

get a list of selected button text

Definition at line 41 of file cxSelectionGroupBox.cpp.

void cx::SelectionGroupBox::selectionChanged ( )
signal

emitted when the selection of application changed

void cx::SelectionGroupBox::setEnabledButtons ( bool  value)

enables or disables all buttons

Definition at line 58 of file cxSelectionGroupBox.cpp.

void cx::SelectionGroupBox::setSelected ( QStringList  selectedlist)
virtual

set the selected buttons

Definition at line 53 of file cxSelectionGroupBox.cpp.

void cx::SelectionGroupBox::userClicked ( )
signal

emitted when a user has clicked a button inside the groupbox


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