doom3-gpl
Doom 3 GPL source release
|
#include <GEInsertModifier.h>
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) |
idWindow * | GetWindow (void) |
Protected Attributes | |
idWindow * | mUndoParent |
idWindow * | mUndoBefore |
idWindow * | mParent |
idWindow * | mBefore |
idRectangle | mRect |
idRectangle | mUndoRect |
Protected Attributes inherited from rvGEModifier | |
idWindow * | mWindow |
rvGEWindowWrapper * | mWrapper |
idStr | mName |
Definition at line 35 of file GEInsertModifier.h.
rvGEInsertModifier::rvGEInsertModifier | ( | const char * | name, |
idWindow * | window, | ||
idWindow * | parent, | ||
idWindow * | before | ||
) |
Definition at line 35 of file GEInsertModifier.cpp.
Implements rvGEModifier.
Definition at line 80 of file GEInsertModifier.cpp.
Implements rvGEModifier.
Definition at line 101 of file GEInsertModifier.cpp.
|
protected |
Definition at line 49 of file GEInsertModifier.h.
|
protected |
Definition at line 48 of file GEInsertModifier.h.
|
protected |
Definition at line 50 of file GEInsertModifier.h.
|
protected |
Definition at line 47 of file GEInsertModifier.h.
|
protected |
Definition at line 46 of file GEInsertModifier.h.
|
protected |
Definition at line 51 of file GEInsertModifier.h.