22 #ifndef OE_COMMANDDISPLAY_H
23 #define OE_COMMANDDISPLAY_H
25 #include "OE_display.h"
26 #include <GLFW/glfw3.h>
39 virtual void key(
int key,
int scancode,
int action,
int mods);
48 static unsigned char lineColor[4] ;
51 static unsigned char commandColor[4] ;
54 static unsigned char startPointColor[4] ;
57 static unsigned char curPointColor[4] ;
60 bool drawInstPoints();
66 #endif // OE_EDITDISPLAY_H
bool draw()
draw the document on screen
Definition: OE_commandDisplay.cpp:73
OE_commandDisplay()
Definition: OE_commandDisplay.cpp:43
Definition: OE_display.h:34
Definition: OE_commandDisplay.h:28
Definition: OE_controller.h:39
Definition: OE_document.h:32
virtual ~OE_commandDisplay()
Definition: OE_commandDisplay.cpp:51