VR-Forces 5.0.2 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
vrfGuiCommonQt
rightClickToolButton.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2021 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
6
#pragma once
7
8
#include <
vrfGuiCommonQt/vrfGuiCommonQt.h
>
9
10
#include <QtWidgets/QToolButton>
11
12
namespace
makVrv
13
{
14
class
DtDe;
15
}
16
17
namespace
makVrf
18
{
20
class
DT_DLL_VRFGUICOMMONQT
DtRightClickToolButton
:
public
QToolButton
21
{
22
Q_OBJECT
23
24
public
:
25
DtRightClickToolButton
(QWidget* p);
26
virtual
~
DtRightClickToolButton
();
27
28
virtual
void
mouseReleaseEvent(QMouseEvent*)
override
;
29
30
signals:
31
void
rightClicked(
QToolButton
*);
32
33
protected
:
34
};
35
}
QToolButton
vrfGuiCommonQt.h
DT_DLL_VRFGUICOMMONQT
#define DT_DLL_VRFGUICOMMONQT
Definition:
vrfGuiCommonQt.h:20
makVrf::DtRightClickToolButton
Simple extension of the tool button that will emit a signal when right clicked on.
Definition:
rightClickToolButton.h:20
Document ID: Generated on Sun Dec 4 20:22:03 EST 2022 from SVN revision 249613
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (
www.mak.com
)