|  | GL Studio C++ Runtime API
    | 
#include <gls_display_frame.h>
 
  
 | Public Member Functions | |
| glsDisplayFrame (const char *name, int width, int height) | |
| virtual void | RemoveSplash () | 
| virtual void | CreateSplash () | 
| virtual void | Create (void) | 
| virtual void | SetProjection (void) | 
| bool | FrameAnimate () | 
| void | Paint (void) | 
| virtual void | Redraw (void) | 
| void | SetRedraw (void) | 
| virtual void | SetWindowDimensions (int X, int Y, int W, int H) | 
| virtual void | GetWindowDimensions (int &X, int &Y, int &W, int &H) | 
| virtual void | PostDrawCallback (GlsDrawCallback cb) | 
| virtual void | PreDrawCallback (GlsDrawCallback cb) | 
| virtual void | WindowFlags (unsigned long flags) | 
| virtual bool | PostHandle (bool handled, DisplayEvent *ev) | 
| virtual void | CenterOnLogical (float lx, float ly) | 
| virtual bool | SKeyTogglesStatistics () | 
| virtual void | SKeyTogglesStatistics (bool flag) | 
| virtual bool | EscKeyExits () | 
| virtual void | EscKeyExits (bool flag) | 
|  Public Member Functions inherited from RuntimeDisplayFrame | |
| RuntimeDisplayFrame (const char *name, int width, int height) | |
| virtual | ~RuntimeDisplayFrame () | 
| virtual void | Clear (void) | 
| virtual GlsEyePoint * | CurrentEyePoint () | 
| virtual void | CurrentEyePoint (GlsEyePoint *eye) | 
| virtual void | Scale (float scale) | 
| virtual float | Scale (void) | 
| virtual DisplayObject * | handle (DisplayEvent *ev) | 
| virtual void | BackgroundColor (unsigned char r, unsigned char g, unsigned char b, unsigned char a) | 
| virtual void | GetBackgroundColor (unsigned char &r, unsigned char &g, unsigned char &b, unsigned char &a) | 
| virtual void | BackgroundColor (const GlsColor &color) | 
| const char * | Name (void) | 
| void | Name (char *name) | 
| virtual GlsColor | BackgroundColor (void) | 
| virtual int | FrameInterval (void) | 
| virtual void | FrameInterval (int interval) | 
| virtual Statistics * | Stats () | 
| virtual void | RecordCalculateStart (void) | 
| virtual void | RecordCalculateEnd (void) | 
| virtual void | ClearDragAndFocus () | 
| virtual bool | UpdateAnimate () | 
| virtual void | WaitForNextFrame () | 
| virtual void | WidthOffset (float offset) | 
| virtual float | WidthOffset (void) | 
| virtual void | HeightOffset (float offset) | 
| virtual float | HeightOffset (void) | 
| virtual void | DepthFactor (float factor) | 
| virtual float | DepthFactor () | 
| virtual void | FOV (double fov) | 
| virtual double | FOV () | 
| virtual void | CurrentView (const int view) | 
| virtual int | CurrentView (void) const | 
| void | Invalidate () | 
|  Public Member Functions inherited from DisplayFrame | |
| DisplayFrame (int width, int height, bool allocateObjects=true) | |
| void | ClearBitfield (GLbitfield bitField) | 
| GLbitfield | ClearBitfield () | 
| virtual void | DragObject (DisplayObject *obj) | 
| virtual DisplayObject * | DragObject (void) | 
| virtual void | ClearDrag () | 
| virtual void | FocusObject (DisplayObject *obj) | 
| virtual DisplayObject * | FocusObject (void) | 
| virtual void | ClearFocus () | 
| virtual void | MultitouchEnabled (bool enabled) | 
| virtual bool | MultitouchEnabled (void) | 
| virtual InputHandler * | GetInputHandler () | 
| virtual DisplayObject * | HandleDisplayEvent (DisplayEvent *ev) | 
| virtual void | WriteResources (const char *filename, GlsResourceFilter *filter=NULL) | 
| virtual void | ReadResources (const char *filename) | 
| virtual DistiAttributeBase & | Resource (const char *name) | 
| virtual void | GetResources (std::ostream &outstr, GlsResourceFilter *filter=NULL) | 
| virtual void | SetResources (std::istream &instr) | 
| void | SetResource (const std::string &resourceName, const std::string &resourceVal) | 
| std::string | GetResource (const std::string &resourceName) | 
| virtual char * | GetResource_CRTClean (const char *name) | 
| virtual void | GetResourceFree_CRTClean (char *memoryToFree) | 
| virtual char * | GetResources_CRTClean (GlsResourceFilter *filter) | 
| virtual void | GetResourcesFree_CRTClean (char *memoryToFree) | 
| virtual void | SetResource_CRTClean (const char *name, const char *value) | 
| virtual void | SetResources_CRTClean (const char *buf) | 
| virtual void | NotifyAttributeChanged (const AttributeName &name) | 
| virtual InterfaceListType * | GetCppInterfaceDescription (InterfaceListType *addToThisList=NULL) | 
| virtual void | GetCppInterfaceDescriptionFree (InterfaceListType *array) | 
| void | SetTexturePaletteSize (int cnt) | 
| void | Draw (void) | 
| void | InsertObject (DisplayObject *obj, int loc) | 
| void | PushObject (DisplayObject *obj) | 
| int | Width (void) | 
| int | Height (void) | 
| void | SetWidth (int w) | 
| void | SetHeight (int h) | 
| bool | CullingEnabled (void) | 
| void | CullingEnabled (const bool enabled) | 
| DistiAttribDict & | FrameAttribDict (void) | 
| const DistiAttribDict & | FrameAttribDict (void) const | 
| DynamicMaterialArray & | MaterialPalette (void) | 
| ComponentLightMgr * | LightMgr (void) | 
| void | LightMgr (ComponentLightMgr *val) | 
|  Public Member Functions inherited from AttributeChangedNotifier | |
| virtual | ~AttributeChangedNotifier () | 
|  Public Member Functions inherited from WeakReferenceableMixin | |
| void | AddWeakReference (WeakReference *weakRef) | 
| void | NotifyWeakReferenceDestroyed (WeakReference *ref) | 
| Public Attributes | |
| OpenGLWindow * | theWindow | 
| EventCompressor< DisplayFrame > | eventCompressor | 
|  Public Attributes inherited from RuntimeDisplayFrame | |
| GlsColor | _backgroundColor | 
|  Public Attributes inherited from DisplayFrame | |
| TexturePalette * | texturePalette | 
| SoundSystem * | _sound_player | 
| Group * | objects | 
| Protected Attributes | |
| GlsDrawCallback | _preDrawCallback | 
| GlsDrawCallback | _postDrawCallback | 
| SplashDisplay * | splashDisplay | 
| bool | _sKeyTogglesStatistics | 
| bool | _escKeyExits | 
|  Protected Attributes inherited from RuntimeDisplayFrame | |
| Timer | _frameTimer | 
| float | _smoothedFrameDelay | 
| float | _width_offset | 
| float | _height_offset | 
| float | _depthFactor | 
| double | _fov | 
| double | _nearZ | 
| bool | _autoCalcNearZ | 
| double | _farZ | 
| bool | _autoCalcFarZ | 
| int | _current_view | 
| std::string | _name | 
| float | _scale | 
| unsigned int | frameInterval | 
| GlsEyePoint * | _currentEyePoint | 
| bool | _redraw | 
|  Protected Attributes inherited from DisplayFrame | |
| bool | _cullingEnabled | 
| int | _width | 
| int | _height | 
| float | _lastPickedDepth | 
| DynamicMaterialArray | _materialPalette | 
| ComponentLightMgr * | _lightMgr | 
| GLbitfield | _clearBitfield | 
| std::string | _componentHeaderFileName | 
| unsigned int | _currentCursor | 
| bool | _multitouchEnabled | 
| unsigned int | _cursorsDown | 
|  Protected Attributes inherited from WeakReferenceableMixin | |
| DynamicArray< WeakReference * > * | _weakRefs | 
| Additional Inherited Members | |
|  Static Public Member Functions inherited from DisplayFrame | |
| static void | SetOpenGLDefaultState (bool saveVal) | 
| static void | RestoreOpenGLState (void) | 
|  Protected Member Functions inherited from DisplayFrame | |
| virtual void | CurrentCursor (unsigned int cursor_id) | 
| void | CleanupDragMap () | 
| DisplayObject * | GetDragObjectForCursor (unsigned int cursorID) | 
| DisplayObject * | FindDragObject () | 
|  Protected Member Functions inherited from WeakReferenceableMixin | |
| WeakReferenceableMixin (void) | |
| virtual | ~WeakReferenceableMixin () | 
GL Studio standalone application class. Creates one window and draws all contents in it.
| glsDisplayFrame | ( | const char * | name, | 
| int | width, | ||
| int | height | ||
| ) | 
Creates this glsDisplayFrame
| name | Window Title | 
| width | Width of Dsplay Frame in pixels | 
| height | Width of Dsplay Frame in pixels | 
| 
 | virtual | 
Causes the window to center the view on the specified logical coordinate. It takes into account the possible rotation of the top group.
| lx | Logical X Coordinate | 
| ly | Logical Y Coordinate | 
| 
 | virtual | 
Creates this display frame. Called after the constructor so that things that need to access the OpenGL context can safely do so
| 
 | virtual | 
Creates the spash screen
| 
 | virtual | 
| 
 | virtual | 
Enable/disable ESC key for exiting application
| flag | Whether or not ESC key exits application | 
| 
 | virtual | 
Reimplemented from RuntimeDisplayFrame.
| 
 | virtual | 
Get the dimensions for the display frame window
| X | Gets X coordinate of window | 
| Y | Gets Y coordinate of window | 
| W | Gets width of window | 
| H | Gets height of window | 
| 
 | virtual | 
Reimplemented from RuntimeDisplayFrame.
| 
 | virtual | 
Sets the post draw callback to the function pointer passed in
| 
 | virtual | 
Called after calling handle.
| handled | True when the event has already been handled | 
| ev | the pointer to the the event | 
| 
 | virtual | 
Sets the pre draw callback to the function pointer passed in
| 
 | virtual | 
Redraw the window now. This actually calls the OpenGL Drawing routines.
| 
 | virtual | 
Removes (hides) the spash screen
| 
 | virtual | 
Sets up the default Orthographic projection (which supports things like pan and zoom)
| 
 | virtual | 
Reimplemented from DisplayFrame.
| 
 | virtual | 
Set the dimensions for the display frame window
| X | New X coordinate of window | 
| Y | New Y coordinate of window | 
| W | New width of window | 
| H | New height of window | 
| 
 | virtual | 
| 
 | virtual | 
Enable/disable s key for toggling statistics
| flag | Whether or not S key will toggle statistics | 
| 
 | virtual | 
Sets the mode flags for the window
| flags | The mode flags | 
| 
 | protected | 
When true, the [Esc] key exits the application
| 
 | protected | 
A function pointer that will be called after the Draw method is called
| 
 | protected | 
A function pointer that will be called prior to the Draw method being called
| 
 | protected | 
When true, the [s] key toggles statistics
| EventCompressor<DisplayFrame> eventCompressor | 
Used for event compression. Not for general use by users.
| 
 | protected | 
The Spash screen image
| OpenGLWindow* theWindow | 
The window associated with this DisplayFrame