VR-Vantage 2.4 API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Slots | Public Member Functions
CheckBoxAdder Class Reference

The main widget for the ExampleExtendDialogPage. More...

Inheritance diagram for CheckBoxAdder:
Inheritance graph
[legend]

Public Slots

void slot_onToggled (int)
 Called when the user toggles the Check box while changing the case on its label.

Public Member Functions

 CheckBoxAdder (const QString &text, QWidget *parent=0)
 CTOR.
virtual ~CheckBoxAdder ()
 Virtual DTOR.

Detailed Description

The main widget for the ExampleExtendDialogPage.

This class also contains application logic. This widget contains a single QCheckBox widget. When the user checks the check box , a Qt signal signal is emitted which is connected to the slot that handles the logic. The slot prints the label to the console and changes its case on check box.

Examples

Constructor & Destructor Documentation

CheckBoxAdder::CheckBoxAdder ( const QString &  text,
QWidget parent = 0 
)

CTOR.

virtual CheckBoxAdder::~CheckBoxAdder ( )
virtual

Virtual DTOR.

Member Function Documentation

void CheckBoxAdder::slot_onToggled ( int  )
slot

Called when the user toggles the Check box while changing the case on its label.

This slot is connected to the Qt signal of the QCheckBox widget. When called, this slot handles the logic to change case on the check box label and also prints it to the console.


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


Copyright © 2005-2018 VT MAK. All Rights Reserved (www.mak.com)