CMS 3D CMS Logo

FWViewContextMenuHandlerGL.h
Go to the documentation of this file.
1 #ifndef Fireworks_Core_FWViewContextMenuHandlerBaseGL_h
2 #define Fireworks_Core_FWViewContextMenuHandlerBaseGL_h
3 
5 
6 class FWEveView;
7 class FWModelId;
8 
10 public:
12 
15  void select(int iEntryIndex, const FWModelId &id, int iX, int iY) override;
16 
17 private:
18  FWViewContextMenuHandlerGL(const FWViewContextMenuHandlerGL &) = delete; // stop default
19  const FWViewContextMenuHandlerGL &operator=(const FWViewContextMenuHandlerGL &) = delete; // stop default
20 
22 
24 };
25 
26 #endif
FWViewContextMenuHandlerGL::kResetCameraCenter
Definition: FWViewContextMenuHandlerGL.h:11
FWModelId
Definition: FWModelId.h:28
FWViewContextMenuHandlerBase
Definition: FWViewContextMenuHandlerBase.h:29
FWViewContextMenuHandlerGL
Definition: FWViewContextMenuHandlerGL.h:9
FWViewContextMenuHandlerGL::FWViewContextMenuHandlerGL
FWViewContextMenuHandlerGL(FWEveView *v)
Definition: FWViewContextMenuHandlerGL.cc:21
FWViewContextMenuHandlerGL::m_view
FWEveView * m_view
Definition: FWViewContextMenuHandlerGL.h:23
FWViewContextMenuHandlerGL::~FWViewContextMenuHandlerGL
~FWViewContextMenuHandlerGL() override
Definition: FWViewContextMenuHandlerGL.h:14
FWViewContextMenuHandlerGL::kNone
Definition: FWViewContextMenuHandlerGL.h:11
findQualityFiles.v
v
Definition: findQualityFiles.py:179
FWEveView
Definition: FWEveView.h:53
FWViewContextMenuHandlerGL::kCameraCenter
Definition: FWViewContextMenuHandlerGL.h:11
FWViewContextMenuHandlerGL::init
void init(FWViewContextMenuHandlerBase::MenuEntryAdder &, const FWModelId &id) override
Called when have to add entries to the context menu.
Definition: FWViewContextMenuHandlerGL.cc:23
FWViewContextMenuHandlerGL::kOrigin
Definition: FWViewContextMenuHandlerGL.h:11
FWViewContextMenuHandlerGL::GLViewerAction
GLViewerAction
Definition: FWViewContextMenuHandlerGL.h:11
FWViewContextMenuHandlerBase.h
FWViewContextMenuHandlerGL::operator=
const FWViewContextMenuHandlerGL & operator=(const FWViewContextMenuHandlerGL &)=delete
FWViewContextMenuHandlerBase::MenuEntryAdder
Definition: FWViewContextMenuHandlerBase.h:34
FWViewContextMenuHandlerGL::select
void select(int iEntryIndex, const FWModelId &id, int iX, int iY) override
Definition: FWViewContextMenuHandlerGL.cc:36
FWViewContextMenuHandlerGL::kAnnotate
Definition: FWViewContextMenuHandlerGL.h:11