VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
CheckBoxAdder.h
Go to the documentation of this file.
1 /*****************************************************************************
2 * Copyright (c) 2019 MAK Technologies, Inc.
3 * All rights reserved.
4 *****************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <QtWidgets/QWidget> // Qt headers must be include last due to signals
13 #include <QtWidgets/QCheckBox>
14 
15 
26  : public QCheckBox
27 {
28  Q_OBJECT
29 
30 public:
31 
33  CheckBoxAdder( const QString & text, QWidget* parent = 0);
34 
36  virtual ~CheckBoxAdder();
37 
38  public slots:
39 
45  void slot_onToggled(int);
46 
47 };
48 
void slot_onToggled(int)
Called when the user toggles the Check box while changing the case on its label. This slot is connect...
CheckBoxAdder(const QString &text, QWidget *parent=0)
CTOR.
The main widget for the ExampleExtendDialogPage. This class also contains application logic...
Definition: CheckBoxAdder.h:25
virtual ~CheckBoxAdder()
Virtual DTOR.

Document ID: Generated on Tue Sep 24 19:28:17 EDT 2024 from SVN revision 269799
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)