VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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 
9 
10 #include <QtWidgets/QToolButton>
11 
12 namespace makVrv
13 {
14  class DtDe;
15 }
16 
17 namespace makVrf
18 {
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 }
#define DT_DLL_VRFGUICOMMONQT
Definition: vrfGuiCommonQt.h:20
Simple extension of the tool button that will emit a signal when right clicked on.
Definition: rightClickToolButton.h:20

Document ID: Generated on Wed Mar 27 22:49:11 EDT 2024 from SVN revision 264633
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)