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

#include <GEInsertModifier.h>

Inheritance diagram for rvGEInsertModifier:
rvGEModifier

Public Member Functions

 rvGEInsertModifier (const char *name, idWindow *window, idWindow *parent, idWindow *before)
 
virtual bool Apply (void)
 
virtual bool Undo (void)
 
- Public Member Functions inherited from rvGEModifier
 rvGEModifier (const char *name, idWindow *window)
 
virtual ~rvGEModifier ()
 
virtual const char * GetName (void)
 
virtual bool CanMerge (rvGEModifier *merge)
 
virtual bool IsValid (void)
 
virtual bool Merge (rvGEModifier *merge)
 
idWindowGetWindow (void)
 

Protected Attributes

idWindowmUndoParent
 
idWindowmUndoBefore
 
idWindowmParent
 
idWindowmBefore
 
idRectangle mRect
 
idRectangle mUndoRect
 
- Protected Attributes inherited from rvGEModifier
idWindowmWindow
 
rvGEWindowWrappermWrapper
 
idStr mName
 

Detailed Description

Definition at line 35 of file GEInsertModifier.h.

Constructor & Destructor Documentation

rvGEInsertModifier::rvGEInsertModifier ( const char *  name,
idWindow window,
idWindow parent,
idWindow before 
)

Definition at line 35 of file GEInsertModifier.cpp.

Member Function Documentation

bool rvGEInsertModifier::Apply ( void  )
virtual

Implements rvGEModifier.

Definition at line 80 of file GEInsertModifier.cpp.

bool rvGEInsertModifier::Undo ( void  )
virtual

Implements rvGEModifier.

Definition at line 101 of file GEInsertModifier.cpp.

Member Data Documentation

idWindow* rvGEInsertModifier::mBefore
protected

Definition at line 49 of file GEInsertModifier.h.

idWindow* rvGEInsertModifier::mParent
protected

Definition at line 48 of file GEInsertModifier.h.

idRectangle rvGEInsertModifier::mRect
protected

Definition at line 50 of file GEInsertModifier.h.

idWindow* rvGEInsertModifier::mUndoBefore
protected

Definition at line 47 of file GEInsertModifier.h.

idWindow* rvGEInsertModifier::mUndoParent
protected

Definition at line 46 of file GEInsertModifier.h.

idRectangle rvGEInsertModifier::mUndoRect
protected

Definition at line 51 of file GEInsertModifier.h.


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