#include <TestDisplay.h>
Inheritance diagram for TestDisplay:

Public Member Functions | |
| TestDisplay (THMainFrame *mf) | |
| ~TestDisplay () | |
| const char | PrintTag () |
| const char | Description () |
| void | Draw (const char *opt=0) |
|
|
|
|
|
|
|
|
Definition at line 12 of file TestDisplay.h.
00012 { return "Test Display Canvas"; }
|
|
|
Implements evdb::Canvas. |
|
|
Definition at line 11 of file TestDisplay.h.
00011 { return "Test"; }
|
1.3.5