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

#include <DialogHelpers.h>

Public Member Functions

 rvDialogItem (int id)
 
void Cache (HWND parent)
 
void Check (bool checked)
 
void Enable (bool enable)
 
bool IsChecked (void)
 
void SetText (const char *text)
 
void GetText (idStr &out)
 
float GetFloat (void)
 
void SetFloat (float f)
 
 operator HWND (void) const
 

Public Attributes

HWND mWindow
 
int mID
 

Detailed Description

Definition at line 32 of file DialogHelpers.h.

Constructor & Destructor Documentation

rvDialogItem::rvDialogItem ( int  id)
inline

Definition at line 39 of file DialogHelpers.h.

Member Function Documentation

void rvDialogItem::Cache ( HWND  parent)
inline

Definition at line 41 of file DialogHelpers.h.

void rvDialogItem::Check ( bool  checked)
inline

Definition at line 46 of file DialogHelpers.h.

void rvDialogItem::Enable ( bool  enable)
inline

Definition at line 51 of file DialogHelpers.h.

float rvDialogItem::GetFloat ( void  )
inline

Definition at line 73 of file DialogHelpers.h.

void rvDialogItem::GetText ( idStr out)
inline

Definition at line 66 of file DialogHelpers.h.

bool rvDialogItem::IsChecked ( void  )
inline

Definition at line 56 of file DialogHelpers.h.

rvDialogItem::operator HWND ( void  ) const
inline

Definition at line 85 of file DialogHelpers.h.

void rvDialogItem::SetFloat ( float  f)
inline

Definition at line 80 of file DialogHelpers.h.

void rvDialogItem::SetText ( const char *  text)
inline

Definition at line 61 of file DialogHelpers.h.

Member Data Documentation

int rvDialogItem::mID

Definition at line 37 of file DialogHelpers.h.

HWND rvDialogItem::mWindow

Definition at line 36 of file DialogHelpers.h.


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