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

#include <GLWidget.h>

Inheritance diagram for idGLConsoleWidget:
idGLWidget

Public Member Functions

 idGLConsoleWidget ()
 
 ~idGLConsoleWidget ()
 
void init ()
 
- Public Member Functions inherited from idGLWidget
 idGLWidget ()
 
void setDrawable (idGLDrawable *d)
 
virtual BOOL Create (LPCTSTR lpszClassName, LPCTSTR lpszWindowName, DWORD dwStyle, const RECT &rect, CWnd *pParentWnd, UINT nID, CCreateContext *pContext=NULL)
 
virtual ~idGLWidget ()
 

Protected Member Functions

afx_msg void OnPaint ()
 
afx_msg void OnKeyDown (UINT nChar, UINT nRepCnt, UINT nFlags)
 
afx_msg void OnKeyUp (UINT nChar, UINT nRepCnt, UINT nFlags)
 
afx_msg void OnChar (UINT nChar, UINT nRepCnt, UINT nFlags)
 
afx_msg void OnLButtonDown (UINT nFlags, CPoint point)
 
- Protected Member Functions inherited from idGLWidget
virtual BOOL PreCreateWindow (CREATESTRUCT &cs)
 
afx_msg void OnPaint ()
 
afx_msg void OnLButtonDown (UINT nFlags, CPoint point)
 
afx_msg void OnLButtonUp (UINT nFlags, CPoint point)
 
afx_msg void OnMButtonDown (UINT nFlags, CPoint point)
 
afx_msg void OnMButtonUp (UINT nFlags, CPoint point)
 
afx_msg void OnMouseMove (UINT nFlags, CPoint point)
 
afx_msg BOOL OnMouseWheel (UINT nFlags, short zDelta, CPoint pt)
 
afx_msg void OnRButtonDown (UINT nFlags, CPoint point)
 
afx_msg void OnRButtonUp (UINT nFlags, CPoint point)
 
afx_msg void OnTimer (UINT nIDEvent)
 
afx_msg BOOL OnEraseBkgnd (CDC *pDC)
 

Private Attributes

idGLDrawableConsole console
 

Additional Inherited Members

- Protected Attributes inherited from idGLWidget
idGLDrawabledrawable
 
bool initialized
 

Detailed Description

Definition at line 222 of file GLWidget.h.

Constructor & Destructor Documentation

idGLConsoleWidget::idGLConsoleWidget ( )
inline

Definition at line 225 of file GLWidget.h.

idGLConsoleWidget::~idGLConsoleWidget ( )
inline

Definition at line 227 of file GLWidget.h.

Member Function Documentation

void idGLConsoleWidget::init ( )

Definition at line 840 of file GLWidget.cpp.

void idGLConsoleWidget::OnChar ( UINT  nChar,
UINT  nRepCnt,
UINT  nFlags 
)
protected

Definition at line 884 of file GLWidget.cpp.

void idGLConsoleWidget::OnKeyDown ( UINT  nChar,
UINT  nRepCnt,
UINT  nFlags 
)
protected

Definition at line 844 of file GLWidget.cpp.

void idGLConsoleWidget::OnKeyUp ( UINT  nChar,
UINT  nRepCnt,
UINT  nFlags 
)
protected

Definition at line 868 of file GLWidget.cpp.

void idGLConsoleWidget::OnLButtonDown ( UINT  nFlags,
CPoint  point 
)
protected

Definition at line 895 of file GLWidget.cpp.

void idGLConsoleWidget::OnPaint ( )
protected

Definition at line 880 of file GLWidget.cpp.

Member Data Documentation

idGLDrawableConsole idGLConsoleWidget::console
private

Definition at line 223 of file GLWidget.h.


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