class MyWindow: public GlutWindow

Eine Beispielklasse für ein Fenster

Inheritance:


Public Methods

[more] MyWindow(GlutAdmin &admin, int width, int height, int initX, int initY, char *title)
[more] ~MyWindow()
[more]void DisplayFunc()
[more]void ReshapeFunc(int newwidth, int newheight)
[more]void MenuFunc(int value)


Inherited from GlutWindow:

Public Methods

ovirtual void MotionFunc(int, int)
ovirtual void MouseFunc(int, int, int, int)
ovoid SetWindowID(int newID)
oint GetWindowID()

Protected Fields

oint ID


Documentation

Eine Beispielklasse für ein Fenster
o MyWindow(GlutAdmin &admin, int width, int height, int initX, int initY, char *title)

o ~MyWindow()

ovoid DisplayFunc()

ovoid ReshapeFunc(int newwidth, int newheight)

ovoid MenuFunc(int value)


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.