IND_Window Class Reference
[IND_Window]

List of all members.

Public Member Functions

bool Init (char *pTitle, int pWidth, int pHeight, int pBpp, bool pVsync, bool pFullscreen)
void End ()
bool IsOk () const
 IsOk.
char * GetTitle ()
 This function returns the title of the window.
int GetWidth ()
 This function returns the width of the window.
int GetHeight ()
 This function returns the height of the window.
int GetBpp ()
 This function returns the window color quality. 32 or 16 bits.
bool IsVsync ()
 This function returns 1 (true) if the window has activated the waiting for the vertical line..
bool IsFullScreen ()
 This function returns 1 (true) if the window is set to full screen.
HWND GetWnd ()
 This function returns the window HWND.
void SetTitle (char *pTitle)
void Cursor (bool pEnable)


Detailed Description

This class manages the window where the render will be initialized.

Member Function Documentation

bool IND_Window::Init ( char *  pTitle,
int  pWidth,
int  pHeight,
int  pBpp,
bool  pVsync,
bool  pFullscreen 
)

Parameters:

Operation:

This function returns 1 (true) if a window with the atributes indicated as parameters is created.

void IND_Window::End (  ) 

Operation:

This function frees the manager and all the objects that it contains.

bool IND_Window::IsOk (  )  const [inline]

IsOk.

This function returns 1 (true) if the manager is correctly initialized.

void IND_Window::SetTitle ( char *  pTitle  ) 

Parameters:

Operation:

This function changes the title of the actual window.

void IND_Window::Cursor ( bool  pEnable  ) 

Parameters:

Operation:

This function shows or hides the cursor.


The documentation for this class was generated from the following files:
Generated on Fri Jan 2 17:16:47 2009 for IndieLib by  doxygen 1.5.4