OpenMW
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
instanceselectionmode.hpp
Go to the documentation of this file.
1 #ifndef CSV_RENDER_INSTANCE_SELECTION_MODE_H
2 #define CSV_RENDER_INSTANCE_SELECTION_MODE_H
3 
4 #include "selectionmode.hpp"
5 
6 namespace CSVRender
7 {
9  {
10  Q_OBJECT
11 
12  public:
13 
15 
16  protected:
17 
24  bool createContextMenu(QMenu* menu);
25 
26  private:
27 
30 
31  private slots:
32 
33  void deleteSelection();
34  void selectSame();
35  };
36 }
37 
38 #endif
Definition: worldspacewidget.hpp:48
void selectSame()
Definition: instanceselectionmode.cpp:37
QAction * mDeleteSelection
Definition: instanceselectionmode.hpp:28
void deleteSelection()
Definition: instanceselectionmode.cpp:42
Definition: selectionmode.hpp:14
InstanceSelectionMode(CSVWidget::SceneToolbar *parent, WorldspaceWidget &worldspaceWidget)
Definition: instanceselectionmode.cpp:14
Definition: scenetoolbar.hpp:12
bool createContextMenu(QMenu *menu)
Definition: instanceselectionmode.cpp:24
Definition: instanceselectionmode.hpp:8
QAction * mSelectSame
Definition: instanceselectionmode.hpp:29