#include <TableScrollWnd.h>
Inheritance diagram for Impala::Application::VideoExcel::TableScrollWnd:


Public Member Functions | |
| TableScrollWnd (OglGui::Window *parent, int x, int y, int h, int w, int sW=200, int sH=200, bool is2D=true, int hor=1, int vert=1) | |
| TableScrollWnd (OglGui::Window *parent, int h, int w, int sW=200, int sH=200, bool is2D=true, int hor=1, int vert=1) | |
| OglGui::ScrollWnd * | Scroller () |
| TableScrollWnd (OglGui::Window *parent, int x, int y, int h, int w, int sW=200, int sH=200, bool is2D=true, int hor=1, int vert=1) | |
| TableScrollWnd (OglGui::Window *parent, int h, int w, int sW=200, int sH=200, bool is2D=true, int hor=1, int vert=1) | |
| OglGui::ScrollWnd * | Scroller () |
Protected Attributes | |
| OglGui::ScrollWnd * | mScrollWnd |
| OglGui::ScrollWnd * | mScrollWnd |
Private Member Functions | |
| void | Init (int sW, int sH, int hor, int ver, bool is2D) |
| void | Init (int sW, int sH, int hor, int ver, bool is2D) |
Definition at line 16 of file TableScrollWnd.h.
1.5.1