#include <file_item_type.h>
Public Member Functions | |
virtual | ~FileItemType () |
virtual bool | create (GUIComponent *owner, std::string filename)=0 |
virtual std::string | get_description ()=0 |
virtual std::vector < DocumentEditorType * > | get_editors ()=0 |
virtual std::string | get_extension ()=0 |
virtual Sprite | get_icon (GraphicContext &gc, const ResourceManager &resources) |
virtual std::string | get_name ()=0 |
|
inlinevirtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
inlinevirtual |
|
pure virtual |