doom3-gpl
Doom 3 GPL source release
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Protected Attributes | Static Private Member Functions | List of all members
rvGETransformer Class Reference

#include <GETransformer.h>

Public Member Functions

 rvGETransformer ()
 
bool Create (HWND parent, bool visible)
 
void Show (bool show)
 
void SetWorkspace (rvGEWorkspace *workspace)
 
void Update (void)
 
HWND GetWindow (void)
 

Protected Attributes

HWND mWnd
 
HWND mDlg
 
rvGEWorkspacemWorkspace
 
idWindowmRelative
 

Static Private Member Functions

static LRESULT CALLBACK WndProc (HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam)
 
static INT_PTR CALLBACK DlgProc (HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam)
 
static LRESULT FAR PASCAL GetMsgProc (int nCode, WPARAM wParam, LPARAM lParam)
 

Detailed Description

Definition at line 32 of file GETransformer.h.

Constructor & Destructor Documentation

rvGETransformer::rvGETransformer ( )

Definition at line 40 of file GETransformer.cpp.

Member Function Documentation

bool rvGETransformer::Create ( HWND  parent,
bool  visible 
)

Definition at line 46 of file GETransformer.cpp.

INT_PTR CALLBACK rvGETransformer::DlgProc ( HWND  hwnd,
UINT  msg,
WPARAM  wParam,
LPARAM  lParam 
)
staticprivate

Definition at line 149 of file GETransformer.cpp.

LRESULT FAR PASCAL rvGETransformer::GetMsgProc ( int  nCode,
WPARAM  wParam,
LPARAM  lParam 
)
staticprivate

Definition at line 322 of file GETransformer.cpp.

ID_INLINE HWND rvGETransformer::GetWindow ( void  )

Definition at line 60 of file GETransformer.h.

void rvGETransformer::SetWorkspace ( rvGEWorkspace workspace)

Definition at line 257 of file GETransformer.cpp.

void rvGETransformer::Show ( bool  show)

Definition at line 243 of file GETransformer.cpp.

void rvGETransformer::Update ( void  )

Definition at line 272 of file GETransformer.cpp.

LRESULT CALLBACK rvGETransformer::WndProc ( HWND  hwnd,
UINT  msg,
WPARAM  wParam,
LPARAM  lParam 
)
staticprivate

Definition at line 93 of file GETransformer.cpp.

Member Data Documentation

HWND rvGETransformer::mDlg
protected

Definition at line 49 of file GETransformer.h.

idWindow* rvGETransformer::mRelative
protected

Definition at line 51 of file GETransformer.h.

HWND rvGETransformer::mWnd
protected

Definition at line 48 of file GETransformer.h.

rvGEWorkspace* rvGETransformer::mWorkspace
protected

Definition at line 50 of file GETransformer.h.


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