Plasma Engine
2.0
Loading...
Searching...
No Matches
DocumentUtils.h
1
#pragma once
2
3
#include <ToolsFoundation/Document/Document.h>
4
#include <ToolsFoundation/ToolsFoundationDLL.h>
5
6
class
plDocumentObject
;
7
struct
plDocumentTypeDescriptor
;
8
9
class
PL_TOOLSFOUNDATION_DLL
plDocumentUtils
10
{
11
public
:
12
static
plStatus
IsValidSaveLocationForDocument(
plStringView
sDocument,
const
plDocumentTypeDescriptor
** out_pTypeDesc =
nullptr
);
13
};
plDocumentObject
Definition
DocumentObjectBase.h:11
plDocumentUtils
Definition
DocumentUtils.h:10
plStringView
plStringView represent a read-only sub-string of a larger string, as it can store a dedicated string ...
Definition
StringView.h:34
plDocumentTypeDescriptor
Definition
Declarations.h:35
plStatus
An plResult with an additional message for the reason of failure.
Definition
Status.h:12
Code
Tools
Libs
ToolsFoundation
Document
DocumentUtils.h
Generated by
1.11.0