Fraxinus  16.5.0-fx-rc9
An IGT application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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 52 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 44 of file cxSelectionGroupBox.cpp.

cx::SelectionGroupBox::~SelectionGroupBox ( )
virtual

Definition at line 59 of file cxSelectionGroupBox.cpp.

Member Function Documentation

QStringList cx::SelectionGroupBox::getSelected ( )
virtual

get a list of selected button text

Definition at line 62 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 79 of file cxSelectionGroupBox.cpp.

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

set the selected buttons

Definition at line 74 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: