fs::rap::WinApp_t::InitCfg_t Class Reference

#include <fsWinApp.h>

Collaboration diagram for fs::rap::WinApp_t::InitCfg_t:

Collaboration graph
[legend]
List of all members.

Detailed Description

Initial configuration.

By setting m_bRtm, the RunEv_t event is invoked each frame after processing of all internal system events.

Examples:

_tests/fsSurfCl/main.cpp, and _tests/fsWinApp/main.cpp.

Definition at line 111 of file fsWinApp.h.

Public Member Functions

 InitCfg_t ()

Public Attributes

const char * m_pszTitle
 Text in the caption bar.
int m_nClW
 Width of the client area.
int m_nClH
 Height of the client area.
bool m_bSzbl
 Allow window resizing.
bool m_bClrBgr
 Clear the background before redrawing.
bool m_bRtm
 Enable real-time mode (generates RunEv_t event).
bool m_bFscrn
 Launch in the full-screen mode.
int m_nFscrnW
 Full-screen width.
int m_nFscrnH
 Full-screen height.


Constructor & Destructor Documentation

fs::rap::WinApp_t::InitCfg_t::InitCfg_t (  )  [inline]

Definition at line 123 of file fsWinApp.h.


Member Data Documentation

bool fs::rap::WinApp_t::InitCfg_t::m_bClrBgr

Clear the background before redrawing.

Examples:
_tests/fsSurfCl/main.cpp.

Definition at line 117 of file fsWinApp.h.

bool fs::rap::WinApp_t::InitCfg_t::m_bFscrn

Launch in the full-screen mode.

Definition at line 119 of file fsWinApp.h.

bool fs::rap::WinApp_t::InitCfg_t::m_bRtm

Enable real-time mode (generates RunEv_t event).

Examples:
_tests/fsSurfCl/main.cpp.

Definition at line 118 of file fsWinApp.h.

bool fs::rap::WinApp_t::InitCfg_t::m_bSzbl

Allow window resizing.

Definition at line 116 of file fsWinApp.h.

int fs::rap::WinApp_t::InitCfg_t::m_nClH

Height of the client area.

Examples:
_tests/fsSurfCl/main.cpp, and _tests/fsWinApp/main.cpp.

Definition at line 115 of file fsWinApp.h.

int fs::rap::WinApp_t::InitCfg_t::m_nClW

Width of the client area.

Examples:
_tests/fsSurfCl/main.cpp, and _tests/fsWinApp/main.cpp.

Definition at line 114 of file fsWinApp.h.

int fs::rap::WinApp_t::InitCfg_t::m_nFscrnH

Full-screen height.

Definition at line 121 of file fsWinApp.h.

int fs::rap::WinApp_t::InitCfg_t::m_nFscrnW

Full-screen width.

Definition at line 120 of file fsWinApp.h.

const char* fs::rap::WinApp_t::InitCfg_t::m_pszTitle

Text in the caption bar.

Examples:
_tests/fsSurfCl/main.cpp.

Definition at line 113 of file fsWinApp.h.


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

FipS' Code (Thu Feb 15 22:43:51 2007) - (c) Filip STOKLAS (FipS) - [ www ] [ Guest Book ]