#include <WWhizInterface2.h>
Inheritance diagram for WWhizFile
Public Methods | |
virtual const CString& | GetFullName ()const=0 |
virtual CString | GetCaseFullName ()const=0 |
virtual const CString& | GetShortName (void)const=0 |
To facilitate faster file lookups, every file has a "short" title associated with it. More... | |
virtual const CString& | GetTitle (void)const=0 |
virtual const CString& | GetExt (void)const=0 |
virtual const CString& | GetPath (void)const=0 |
virtual const CTime& | GetTimeStamp (void)const=0 |
virtual WWhizTagList& | GetTagList (void)const=0 |
virtual void | SetShortName (const CString &shortName)=0 |
Sets the short name of the file. More... | |
virtual void | SetTitle (const CString &title)=0 |
Sets the file title of the file. More... | |
virtual void | SetExt (const CString &ext)=0 |
Sets the extension of the file. More... | |
virtual void | SetPath (const CString &path)=0 |
Sets the path of the file. More... | |
virtual void | SetTimeStamp (CTime timeStamp)=0 |
Sets the time stamp of the file. More... | |
virtual WWhizTagList& | GetOrderedTagList (void)const=0 |
virtual bool | IsWorkspaceFile (void)const=0 |
|
|
|
|
|
|
|
|
|
|
|
To facilitate faster file lookups, every file has a "short" title associated with it. The short name is all lowercase and only contains alphanumeric characters. Underscores are not included. Do not use GetShortName() for the display of the file title. Instead, use GetTitle().
|
|
|
|
|
|
|
|
|
|
Sets the extension of the file. Only use this function on file's returned via WWhizFileList::Create().
|
|
Sets the path of the file. Only use this function on file's returned via WWhizFileList::Create().
|
|
Sets the short name of the file. Only use this function on file's returned via WWhizFileList::Create().
|
|
Sets the time stamp of the file. Only use this function on file's returned via WWhizFileList::Create().
|
|
Sets the file title of the file. Only use this function on file's returned via WWhizFileList::Create().
|