doom3-gpl
Doom 3 GPL source release
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes
MaterialModifier.h File Reference
#include "MaterialEditor.h"

Go to the source code of this file.

Classes

class  MaterialModifier
 Base class for modifications that can be made to a material that can be undone and redone. More...
 
class  AttributeMaterialModifier
 Base class for Undo/Redo operations for attribute changes. More...
 
class  AttributeMaterialModifierString
 Undo/Redo operation for string attribute changes. More...
 
class  AttributeMaterialModifierBool
 Undo/Redo operation for boolean attribute changes. More...
 
class  StageMoveModifier
 Undo/Redo operation for stage moves. More...
 
class  StageDeleteModifier
 Undo/Redo operation for stage deletes. More...
 
class  StageInsertModifier
 Undo/Redo operation for stage inserts. More...
 
class  AddMaterialModifier
 Undo/Redo operation for adding materials. More...
 
class  DeleteMaterialModifier
 Undo/Redo operation for deleting materials. More...
 
class  MoveMaterialModifier
 Undo/Redo operation for moving materials. More...
 
class  RenameMaterialModifier
 Undo/Redo operation for renaming materials. More...
 
class  AddMaterialFolderModifier
 Undo/Redo operation for adding material folders. More...
 
class  RenameMaterialFolderModifier
 Undo/Redo operation for renaming a material folder. More...
 
class  DeleteMaterialFolderModifier
 Undo/Redo operation for deleting a material folder. More...