GLWindow | ( | GraphGLPrivate * | g, | |
QWidget * | parent | |||
) |
~GLWindow | ( | ) |
void initializeGL | ( | ) |
void initialize | ( | bool | init | ) |
void animate | ( | ) | [virtual] |
Reimplemented from GLControlWidget.
void setAnimationDelay | ( | int | ms | ) |
GLuint load | ( | bool | init | ) |
void image | ( | QPrinter * | printer, | |
QString | suffix | |||
) |
void print | ( | QPrinter * | printer | ) |
void loadFaces | ( | ) | [private] |
void paintGL | ( | ) | [private] |
void paintEvent | ( | QPaintEvent * | e | ) | [private] |
void hideEvent | ( | QHideEvent * | e | ) | [private] |
void showEvent | ( | QShowEvent * | e | ) | [private] |
QSize sizeHint | ( | ) | const [private] |
void resizeGL | ( | int | w, | |
int | h | |||
) | [private] |
void drawCube | ( | GLfloat | x, | |
GLfloat | y, | |||
GLfloat | z, | |||
GLfloat | size | |||
) | [private] |
void drawCube | ( | GLfloat | x, | |
GLfloat | y, | |||
GLfloat | z, | |||
GLfloat | size, | |||
const QColor & | col | |||
) | [private] |
void drawLabel | ( | tvertex | v, | |
GLfloat | x, | |||
GLfloat | y, | |||
GLfloat | z, | |||
GLfloat | size | |||
) | [private] |
void drawText | ( | void * | font, | |
const char * | txt | |||
) | [private] |
GraphGLPrivate* glp [private] |
bool is_init [private] |
GLuint object [private] |
int CharSize [private] |