Definition at line 30 of file ViewMoveControl.h. References OglGui::OglWindow::Init(). 00031 : 00032 CrossControl(parent, x, y, w, h, targetWnd, VIEWMOVE_FW, "Move View", 00033 btnRoom, "") 00034 { 00035 Init(w, h, targetWnd); 00036 }
Here is the call graph for this function:
|