Umasoft
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
canvas.h
1 //
2 // Name: canvas.h
3 //
4 // Copyright (c) 2001-2011 Virtual Terrain Project
5 // Free for all uses, see license.txt for details.
6 //
7 
8 #ifndef CMANAGER_CANVASH
9 #define CMANAGER_CANVASH
10 
11 #include "wxosg/Canvas.h"
12 
13 //
14 // A Canvas for the main view area.
15 //
17 {
18 public:
19  CManagerCanvas(wxWindow *parent, const wxWindowID id, const wxPoint &pos,
20  const wxSize &size, long style, const wxString& name, int *gl_attrib);
21 
22  virtual void OnAfterUpdate();
23 };
24 
25 #endif // CMANAGER_CANVASH
26