OpenMW
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
instancemovemode.hpp
Go to the documentation of this file.
1 #ifndef CSV_RENDER_INSTANCEMOVEMODE_H
2 #define CSV_RENDER_INSTANCEMOVEMODE_H
3 
4 #include "../widget/modebutton.hpp"
5 
6 namespace CSVRender
7 {
9  {
10  Q_OBJECT
11 
12  public:
13 
14  InstanceMoveMode (QWidget *parent = 0);
15  };
16 }
17 
18 #endif
Definition: instancemovemode.hpp:8
InstanceMoveMode(QWidget *parent=0)
Definition: instancemovemode.cpp:4
Specialist PushButton of Type_Mode for use in SceneToolMode.
Definition: modebutton.hpp:13