Conscience Core
Classes | Namespaces | Functions | Variables
environmentPlacesCommands.h File Reference
#include "CommandCommons.h"

Go to the source code of this file.

Classes

class  conscience_core::bridging::commands::environment_places::CommandPlaceInsert
 
struct  conscience_core::bridging::commands::environment_places::PlacesGetFiltersCommandDataType
 
struct  conscience_core::bridging::commands::environment_places::PlaceModelCommandDataType
 
struct  conscience_core::bridging::commands::environment_places::PlaceModelsGetFiltersCommandDataType
 
struct  conscience_core::bridging::commands::environment_places::WorldPlaceCommandDataType
 
class  conscience_core::bridging::commands::environment_places::CommandPlacesGet
 
class  conscience_core::bridging::commands::environment_places::CommandPlaceModelsGet
 
class  conscience_core::bridging::commands::environment_places::CommandPlaceModelLogoGet
 
class  conscience_core::bridging::commands::environment_places::CommandPlaceModelSourceFileGet
 

Namespaces

 conscience_core
 
 conscience_core::bridging
 
 conscience_core::bridging::commands
 
 conscience_core::bridging::commands::environment_places
 

Functions

 conscience_core::bridging::commands::environment_places::COMMAND_REGISTER (CommandPlaceInsert, ptr< const CscPlaceModel >, optional< ptr< CscPoint3d >>, optional< ptr< CscPoint3d >>, optional< bool >)
 

Variables

template<class T >
concept conscience_core::bridging::commands::environment_places::IsPointerOfWorldPlace = IsPointerOf<T, CscWorldPlace>