home features api download svn donate license contact
Spanish  

SWindowInfo Struct Reference

Contains the information of the window. More...

#include <ceWindowInfo.h>

List of all members.

Public Member Functions

 SWindowInfo (void)
 Default constructor.
 SWindowInfo (const SWindowInfo &WindowInfo)
 Copy constructor.
const SWindowInfooperator= (const SWindowInfo &WindowInfo)
const SWindowInfooperator-> (void) const

Public Attributes

char * caption
 The window title name.
int x
 Specify the x-coordinate of the window.
int y
 Specify the y-coordinate of the window.
unsigned int width
 Specify the width-size of the window.
unsigned int height
 Specify the height-size of the window.
short cursor
 Determines if the cursor is visible.
short resize
 Determines if the window can be resized.
short maximized
 Determines if the window is a maximized window.
HINSTANCE hInstance
 Handle to the current instance of the application.
HWND hWindow
 Handle to the window.
short minimized
 Determines if the window is a minimized window.

Detailed Description

Contains the information of the window.


Constructor & Destructor Documentation

SWindowInfo ( void   ) 

Default constructor.

SWindowInfo ( const SWindowInfo WindowInfo  ) 

Copy constructor.

Parameters:
WindowInfo Instance of an window info.

Member Function Documentation

const SWindowInfo& operator= ( const SWindowInfo WindowInfo  ) 
const SWindowInfo* operator-> ( void   )  const [inline]

Member Data Documentation

char* caption

The window title name.

int x

Specify the x-coordinate of the window.

int y

Specify the y-coordinate of the window.

unsigned int width

Specify the width-size of the window.

unsigned int height

Specify the height-size of the window.

short cursor

Determines if the cursor is visible.

short resize

Determines if the window can be resized.

short maximized

Determines if the window is a maximized window.

HINSTANCE hInstance

Handle to the current instance of the application.

HWND hWindow

Handle to the window.

short minimized

Determines if the window is a minimized window.


The documentation for this struct was generated from the following file:
 
 
 SourceForge.net
 
   Creative Commons License   Except where otherwise noted, content on this site is
  licensed under a Creative Commons Attribution 3.0 License