VR-Forces 4.10 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
examples
exampleExtendDialogByDerivation
DerivedDialogWidget.h
Go to the documentation of this file.
1
/*****************************************************************************
2
* Copyright (c) 2012 MAK Technologies, Inc.
3
* All rights reserved.
4
*****************************************************************************/
5
9
10
#pragma once
11
12
#include <
vrvOsgQt/DtLoaderSettingsWidget.h
>
13
14
#include "
ExtraDialogInterface.h
"
15
16
#include <QtWidgets/QWidget>
// Include Qt headers last due to boost-signals.
17
#include <QtWidgets/QLineEdit>
18
19
31
class
DerivedDialogWidget
32
:
public
makVrv::DtLoaderSettingsWidget
33
,
public
ExtraDialogInterface
34
{
35
Q_OBJECT
36
37
public
:
38
40
DerivedDialogWidget
(QWidget* parent=0, Qt::WindowFlags f=Qt::Widget);
41
43
virtual
~DerivedDialogWidget
();
44
46
virtual
void
setFlipDdsEnabled
(
bool
enabled);
47
48
protected
slots:
49
54
virtual
void
on_enableFlagChanged
(
int
state);
55
56
protected
:
57
59
QCheckBox
*
myEnableFlagCheckbox
;
60
};
DerivedDialogWidget::on_enableFlagChanged
virtual void on_enableFlagChanged(int state)
Converts a Qt signal into a boost-signal.
ExtraDialogInterface
Interface for extending the widget.
Definition:
ExtraDialogInterface.h:23
DtLoaderSettingsWidget.h
Contains the DtLoaderSettingsWidget class declaration.
DerivedDialogWidget::setFlipDdsEnabled
virtual void setFlipDdsEnabled(bool enabled)
Enables/disables the Flip DDS checkbox in the base class.
QCheckBox
DerivedDialogWidget::DerivedDialogWidget
DerivedDialogWidget(QWidget *parent=0, Qt::WindowFlags f=Qt::Widget)
CTOR.
ExtraDialogInterface.h
Contains the declaration for the ExtraDialogInterface class.
DerivedDialogWidget
The main widget for the dialog-page.
Definition:
DerivedDialogWidget.h:31
makVrv::DtLoaderSettingsWidget
Widget for modifing loader settings.
Definition:
DtLoaderSettingsWidget.h:31
DerivedDialogWidget::myEnableFlagCheckbox
QCheckBox * myEnableFlagCheckbox
The new checkbox that extends the base class widget.
Definition:
DerivedDialogWidget.h:59
DerivedDialogWidget::~DerivedDialogWidget
virtual ~DerivedDialogWidget()
DTOR.
Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (
www.mak.com
)