A helper class to setup Crystal Space and mount some dirs.
More...
#include <pscssetup.h>
List of all members.
Detailed Description
A helper class to setup Crystal Space and mount some dirs.
Definition at line 52 of file pscssetup.h.
Constructor & Destructor Documentation
psCSSetup::psCSSetup |
( |
int |
, |
|
|
char ** |
, |
|
|
const char * |
, |
|
|
const char * |
|
|
) |
| |
psCSSetup::~psCSSetup |
( |
| ) |
|
Member Function Documentation
bool psCSSetup::AddWindowInformations |
( |
const char * |
Info | ) |
|
Adds additional informations wraped in [] to the title bar.
- Parameters:
-
Info | The data to add inside the [] in the title bar. |
iObjectRegistry* psCSSetup::GetObjectRegistry |
( |
| ) |
[inline] |
iObjectRegistry* psCSSetup::InitCS |
( |
iReporterListener * |
customReporter = 0 | ) |
|
bool psCSSetup::InitCSWindow |
( |
const char * |
| ) |
[protected] |
void psCSSetup::MountUserData |
( |
| ) |
[protected] |
char* psCSSetup::PS_GetFileName |
( |
char * |
| ) |
[protected] |
bool psCSSetup::SetIcon |
( |
const char * |
ImageFileLocation | ) |
|
Sets an icon for the main window using a file name.
- Parameters:
-
ImageFileLocation | The VFS path to the icon file. |
- Returns:
- true if the icon was found and was possible to set it up
bool psCSSetup::SetIcon |
( |
iImage * |
Image | ) |
|
Sets an icon for the main window using an iImage.
- Parameters:
-
Image | an iImage containing the imagine we want to set for the window. |
- Returns:
- true if it was possible to ask cs to set the icon.
Member Data Documentation
The documentation for this class was generated from the following file: