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 SWindowInfo & | operator= (const SWindowInfo &WindowInfo) |
| const SWindowInfo * | operator-> (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
Copy constructor.
- Parameters:
-
| WindowInfo | Instance of an window info. |
Member Function Documentation
Member Data Documentation
Specify the x-coordinate of the window.
Specify the y-coordinate of the window.
Specify the width-size of the window.
Specify the height-size of the window.
Determines if the cursor is visible.
Determines if the window can be resized.
Determines if the window is a maximized window.
Handle to the current instance of the application.
Determines if the window is a minimized window.
The documentation for this struct was generated from the following file: