#include <WWhizInterface2.h>
Public Methods | |
virtual const CString& | GetName (void)const=0 |
virtual bool | IsActive (void)const=0 |
virtual const CTime& | GetTimeStamp (void)const=0 |
virtual WWhizFileList& | GetFileList (void)const=0 |
virtual WWhizTagList& | GetTagList (void)const=0 |
virtual bool | IsWorkspaceProject (void)const=0 |
virtual void | SetActive (bool active=true)=0 |
Sets whether the project is active or not. More... | |
virtual XmlData& | GetXmlData ()=0 |
Retrieve the XML data representing the project. More... |
|
|
|
|
|
|
|
|
|
Retrieve the XML data representing the project.
|
|
|
|
|
|
Sets whether the project is active or not. Be sure to call WWhizInterface::RefreshFileList() after making this call.
|