VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Slots | Public Member Functions
CheckBoxAdder Class Reference

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
Inheritance diagram for CheckBoxAdder:
Inheritance graph
[legend]

Public Slots

void slot_onToggled (int)
 

Public Member Functions

 CheckBoxAdder (const QString &text, QWidget *parent=0)
 
virtual ~CheckBoxAdder ()
 

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:

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)