|
xiiStringBuilder | GetPathForDocumentGuid (const xiiUuid &guid) |
| Resolve document GUID into an absolute path.
|
|
const xiiString & | GetProjectFile () const |
| Returns the path to the 'xiiProject' file.
|
|
const xiiString | GetProjectName (bool bSanitize) const |
| Returns the short name of the project (extracted from the path).
|
|
xiiString | GetProjectDirectory () const |
| Returns the path in which the 'xiiProject' file is stored.
|
|
xiiString | GetProjectDataFolder () const |
| Returns the directory path in which project settings etc. should be stored.
|
|
bool | IsDocumentInAllowedRoot (xiiStringView sDocumentPath, xiiString *out_pRelativePath=nullptr) const |
|
void | AddAllowedDocumentRoot (xiiStringView sPath) |
|
void | CreateSubFolder (xiiStringView sFolder) const |
| Makes sure the given sub-folder exists inside the project directory.
|
|
|
static bool | IsProjectOpen () |
|
static bool | IsProjectClosing () |
|
static void | CloseProject () |
|
static void | SaveProjectState () |
|
static bool | CanCloseProject () |
| Returns true when the project can be closed. Uses xiiToolsProjectRequest::Type::CanCloseProject event.
|
|
static bool | CanCloseDocuments (xiiArrayPtr< xiiDocument * > documents) |
| Returns true when the given list of documents can be closed. Uses xiiToolsProjectRequest::Type::CanCloseDocuments event.
|
|
static xiiInt32 | SuggestContainerWindow (xiiDocument *pDoc) |
| Returns the unique ID of the container window this document should use for its window. Uses xiiToolsProjectRequest::Type::SuggestContainerWindow event.
|
|
static xiiStatus | OpenProject (xiiStringView sProjectPath) |
|
static xiiStatus | CreateProject (xiiStringView sProjectPath) |
|
static void | BroadcastSaveAll () |
| Broadcasts the SaveAll event, though otherwise has no direct effect.
|
|
static void | BroadcastConfigChanged () |
| Sent when global project configuration data was changed and thus certain menus would need to update their content (or just deselect any item, forcing the user to reselect and thus update state)
|
|
static xiiString | FindProjectDirectoryForDocument (xiiStringView sDocumentPath) |
| Starts at the given document and then searches the tree upwards until it finds a xiiProject file.
|
|
◆ GetProjectName()
const xiiString xiiToolsProject::GetProjectName |
( |
bool | bSanitize | ) |
const |
Returns the short name of the project (extracted from the path).
- Parameters
-
bSanitize | Whether to replace whitespace and other problematic characters, such that it can be used in code. |
The documentation for this class was generated from the following files:
- /home/runner/work/XII/XII/Source/Tools/Libs/ToolsFoundation/Project/ToolsProject.h
- /home/runner/work/XII/XII/Source/Tools/Libs/ToolsFoundation/Project/ToolsProject.cpp