API Documentation
ProjectLoadQuery.h
1 // ProjectLoadQuery.h
3 //
5 
6 namespace nkAstraeus
7 {
13  struct ProjectLoadQuery final
14  {
16 
19  } ;
20 }
nkScripts::ProjectLoadQuery
Holds information about a project load query.
Definition: ProjectLoadQuery.h:12
nkAstraeus::ProjectLoadQuery::_scriptsQuery
nkScripts::ProjectLoadQuery _scriptsQuery
Sub query for nkScripts.
Definition: ProjectLoadQuery.h:18
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
nkAstraeus::ProjectLoadQuery
Describes a project load query.
Definition: ProjectLoadQuery.h:14
nkGraphics::ResourceSetLoadQuery
Holds information about a resource set (project) load query.
Definition: ResourceSetLoadQuery.h:12
nkAstraeus::ProjectLoadQuery::_path
nkMemory::String _path
The path in which the project will be exported, relative to working directory. This path will overrid...
Definition: ProjectLoadQuery.h:15
nkAstraeus::ProjectLoadQuery::_graphicsQuery
nkGraphics::ResourceSetLoadQuery _graphicsQuery
Sub query for nkGraphics.
Definition: ProjectLoadQuery.h:17