#include <ACG/Glut/GlutViewer.hh>
|
| GlutViewer (const char *_title, int _width, int _height) |
|
|
virtual void | draw ()=0 |
|
virtual void | display (void) |
|
virtual void | idle (void) |
|
virtual void | keyboard (int key, int x, int y) |
|
virtual void | motion (int x, int y) |
|
virtual void | mouse (int button, int state, int x, int y) |
|
virtual void | passivemotion (int x, int y) |
|
virtual void | reshape (int w, int h) |
|
virtual void | visibility (int visible) |
|
void | update_projection () |
|
|
GLState | glstate_ |
|
int | width_ |
|
int | height_ |
|
GLfloat | near_ |
|
GLfloat | far_ |
|
GLfloat | fovy_ |
|
|
static void | display__ (void) |
|
static void | idle__ (void) |
|
static void | keyboard__ (unsigned char key, int x, int y) |
|
static void | motion__ (int x, int y) |
|
static void | mouse__ (int button, int state, int x, int y) |
|
static void | passivemotion__ (int x, int y) |
|
static void | reshape__ (int w, int h) |
|
static void | special__ (int key, int x, int y) |
|
static void | visibility__ (int visible) |
|
static GlutViewer * | current_window () |
|
|
int | windowID_ |
|
bool | fullscreen_ |
|
int | bak_left_ |
|
int | bak_top_ |
|
int | bak_width_ |
|
int | bak_height_ |
|
Simple Glut viewer. Based on C++ glut interface of George Stetten and Korin Crawford.
Definition at line 86 of file GlutViewer.hh.
The documentation for this class was generated from the following files: