API Documentation
ProjectSaveQuery.h
1 // ProjectSaveQuery.h
3 //
5 
6 namespace nkAstraeus
7 {
13  struct DLL_ASTRAEUS_EXPORT ProjectSaveQuery final
14  {
16 
19  } ;
20 }
nkAstraeus::ProjectSaveQuery::_graphicsQuery
nkGraphics::ResourceSetSaveQuery _graphicsQuery
Sub query for nkGraphics.
Definition: ProjectSaveQuery.h:17
nkAstraeus::ProjectSaveQuery
Describes a project save query.
Definition: ProjectSaveQuery.h:14
nkAstraeus::ProjectSaveQuery::_scriptsQuery
nkScripts::ProjectSaveQuery _scriptsQuery
Sub query for nkScripts.
Definition: ProjectSaveQuery.h:18
nkGraphics::ResourceSetSaveQuery
Holds information about a resource set (project) saving query.
Definition: ResourceSetSaveQuery.h:14
nkAstraeus
Encompasses all API of component NilkinsAstraeus.
Definition: BlurComplexEffect.h:7
nkMemory::String
Class holding information about a string, with ownership over the data.
Definition: String.h:22
nkScripts::ProjectSaveQuery
Holds information for a project saving query.
Definition: ProjectSaveQuery.h:12
nkAstraeus::ProjectSaveQuery::_path
nkMemory::String _path
The path in which the project will be exported, relative to working directory. This path will overrid...
Definition: ProjectSaveQuery.h:15