TinyGL 0.4.1 for MinGW
Public Member Functions
BGLView Class Reference

#include <GLView.h>

Inheritance diagram for BGLView:

Public Member Functions

 BGLView (BRect rect, char *name, ulong resizingMode, ulong mode, ulong options)
 
virtual ~BGLView ()
 
void LockGL ()
 
void UnlockGL ()
 
void SwapBuffers ()
 
virtual void ErrorCallback (GLenum errorCode)
 
virtual void Draw (BRect updateRect)
 
virtual void AttachedToWindow ()
 
virtual void AllAttached ()
 
virtual void DetachedFromWindow ()
 
virtual void AllDetached ()
 
virtual void FrameResized (float width, float height)
 
virtual status_t Archive (BMessage *data, bool deep=true) const
 
virtual void MessageReceived (BMessage *msg)
 
virtual void SetResizingMode (uint32 mode)
 
virtual void Show ()
 
virtual void Hide ()
 
virtual BHandler * ResolveSpecifier (BMessage *msg, int32 index, BMessage *specifier, int32 form, const char *property)
 
virtual status_t GetSupportedSuites (BMessage *data)
 
 BGLView (BRect rect, char *name, ulong resizingMode, ulong mode, ulong options)
 
virtual ~BGLView ()
 
void LockGL ()
 
void UnlockGL ()
 
void SwapBuffers ()
 
virtual void ErrorCallback (GLenum errorCode)
 
virtual void Draw (BRect updateRect)
 
virtual void AttachedToWindow ()
 
virtual void AllAttached ()
 
virtual void DetachedFromWindow ()
 
virtual void AllDetached ()
 
virtual void FrameResized (float width, float height)
 
virtual status_t Archive (BMessage *data, bool deep=true) const
 
virtual void MessageReceived (BMessage *msg)
 
virtual void SetResizingMode (uint32 mode)
 
virtual void Show ()
 
virtual void Hide ()
 
virtual BHandler * ResolveSpecifier (BMessage *msg, int32 index, BMessage *specifier, int32 form, const char *property)
 
virtual status_t GetSupportedSuites (BMessage *data)
 

Detailed Description

Definition at line 24 of file GLView.h.

Constructor & Destructor Documentation

◆ BGLView() [1/2]

BGLView ( BRect  rect,
char *  name,
ulong  resizingMode,
ulong  mode,
ulong  options 
)

Definition at line 7 of file GLView.cpp.

◆ ~BGLView() [1/2]

~BGLView ( )
virtual

Definition at line 30 of file GLView.cpp.

◆ BGLView() [2/2]

BGLView ( BRect  rect,
char *  name,
ulong  resizingMode,
ulong  mode,
ulong  options 
)

◆ ~BGLView() [2/2]

virtual ~BGLView ( )
virtual

Member Function Documentation

◆ AllAttached() [1/2]

void AllAttached ( )
virtual

Definition at line 100 of file GLView.cpp.

◆ AllAttached() [2/2]

virtual void AllAttached ( )
virtual

◆ AllDetached() [1/2]

void AllDetached ( )
virtual

Definition at line 110 of file GLView.cpp.

◆ AllDetached() [2/2]

virtual void AllDetached ( )
virtual

◆ Archive() [1/2]

status_t Archive ( BMessage *  data,
bool  deep = true 
) const
virtual

Definition at line 148 of file GLView.cpp.

◆ Archive() [2/2]

virtual status_t Archive ( BMessage *  data,
bool  deep = true 
) const
virtual

◆ AttachedToWindow() [1/2]

void AttachedToWindow ( )
virtual

Definition at line 95 of file GLView.cpp.

◆ AttachedToWindow() [2/2]

virtual void AttachedToWindow ( )
virtual

◆ DetachedFromWindow() [1/2]

void DetachedFromWindow ( )
virtual

Definition at line 105 of file GLView.cpp.

◆ DetachedFromWindow() [2/2]

virtual void DetachedFromWindow ( )
virtual

◆ Draw() [1/2]

void Draw ( BRect  updateRect)
virtual

Definition at line 88 of file GLView.cpp.

◆ Draw() [2/2]

virtual void Draw ( BRect  updateRect)
virtual

◆ ErrorCallback() [1/2]

void ErrorCallback ( GLenum  errorCode)
virtual

Definition at line 83 of file GLView.cpp.

◆ ErrorCallback() [2/2]

virtual void ErrorCallback ( GLenum  errorCode)
virtual

◆ FrameResized() [1/2]

void FrameResized ( float  width,
float  height 
)
virtual

Definition at line 115 of file GLView.cpp.

◆ FrameResized() [2/2]

virtual void FrameResized ( float  width,
float  height 
)
virtual

◆ GetSupportedSuites() [1/2]

status_t GetSupportedSuites ( BMessage *  data)
virtual

Definition at line 186 of file GLView.cpp.

◆ GetSupportedSuites() [2/2]

virtual status_t GetSupportedSuites ( BMessage *  data)
virtual

◆ Hide() [1/2]

void Hide ( )
virtual

Definition at line 172 of file GLView.cpp.

◆ Hide() [2/2]

virtual void Hide ( )
virtual

◆ LockGL() [1/2]

void LockGL ( )

Definition at line 38 of file GLView.cpp.

◆ LockGL() [2/2]

void LockGL ( )

◆ MessageReceived() [1/2]

void MessageReceived ( BMessage *  msg)
virtual

Definition at line 154 of file GLView.cpp.

◆ MessageReceived() [2/2]

virtual void MessageReceived ( BMessage *  msg)
virtual

◆ ResolveSpecifier() [1/2]

BHandler * ResolveSpecifier ( BMessage *  msg,
int32  index,
BMessage *  specifier,
int32  form,
const char *  property 
)
virtual

Definition at line 178 of file GLView.cpp.

◆ ResolveSpecifier() [2/2]

virtual BHandler * ResolveSpecifier ( BMessage *  msg,
int32  index,
BMessage *  specifier,
int32  form,
const char *  property 
)
virtual

◆ SetResizingMode() [1/2]

void SetResizingMode ( uint32  mode)
virtual

Definition at line 160 of file GLView.cpp.

◆ SetResizingMode() [2/2]

virtual void SetResizingMode ( uint32  mode)
virtual

◆ Show() [1/2]

void Show ( )
virtual

Definition at line 166 of file GLView.cpp.

◆ Show() [2/2]

virtual void Show ( )
virtual

◆ SwapBuffers() [1/2]

void SwapBuffers ( )

Definition at line 51 of file GLView.cpp.

◆ SwapBuffers() [2/2]

void SwapBuffers ( )

◆ UnlockGL() [1/2]

void UnlockGL ( )

Definition at line 45 of file GLView.cpp.

◆ UnlockGL() [2/2]

void UnlockGL ( )

The documentation for this class was generated from the following files: