VR-Forces Developer's Guide
Home
Modules
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
vrvCoreQt
DtGhostedToolbarWidgetInterface.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2022 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
9
10
#pragma once
11
12
#include <
vrvCoreQt/vrvCoreQt.h
>
13
14
namespace
makVrv
15
{
18
class
DT_DLL_VRVCOREQT
DtGhostedToolbarWidgetInterface
19
{
20
public
:
22
DtGhostedToolbarWidgetInterface
();
23
25
virtual
~
DtGhostedToolbarWidgetInterface
();
26
28
DtGhostedToolbarWidgetInterface
(
DtGhostedToolbarWidgetInterface
& in) =
delete
;
29
31
DtGhostedToolbarWidgetInterface
& operator=(
const
DtGhostedToolbarWidgetInterface
&) =
delete
;
32
33
virtual
void
setGhostedEnabled(
bool
enabled) = 0;
34
virtual
void
setEchelonLevel(
int
echelonLevel) = 0;
35
36
boost::signalslib::signal<void(int)>
signal_selectedEchelonChanged
;
37
boost::signalslib::signal<void(bool)>
signal_showGhostedChanged
;
38
39
};
40
}
41
makVrv::DtGhostedToolbarWidgetInterface::signal_selectedEchelonChanged
boost::signalslib::signal< void(int)> signal_selectedEchelonChanged
Definition:
DtGhostedToolbarWidgetInterface.h:36
DT_DLL_VRVCOREQT
#define DT_DLL_VRVCOREQT
Definition:
vrvCoreQt.h:20
vrvCoreQt.h
Contains DLL export macros.
makVrv::DtGhostedToolbarWidgetInterface
Abstract interface for the stealth control widget.
Definition:
DtGhostedToolbarWidgetInterface.h:18
makVrv::DtGhostedToolbarWidgetInterface::signal_showGhostedChanged
boost::signalslib::signal< void(bool)> signal_showGhostedChanged
Definition:
DtGhostedToolbarWidgetInterface.h:37
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
)