33 void setTitle(
const std::string& _title) { m_title = _title; };
34 const std::string&
title(
void)
const {
return m_title; };
#define OT_GUI_API_EXPORT
Definition OTGuiAPIExport.h:9
Definition NavigationTreePackage.h:19
Definition SelectEntitiesDialogCfg.h:18
void setTitle(const std::string &_title)
Definition SelectEntitiesDialogCfg.h:33
const std::string & title(void) const
Definition SelectEntitiesDialogCfg.h:34
rapidjson::Value JsonValue
Writable JSON value.
Definition JSON.h:27
rapidjson::GenericObject< true, rapidjson::GenericValue< rapidjson::UTF8<>, rapidjson::MemoryPoolAllocator< rapidjson::CrtAllocator > > > ConstJsonObject
Read only JSON Object.
Definition JSON.h:35
rapidjson::MemoryPoolAllocator< rapidjson::CrtAllocator > JsonAllocator
Allocator used for writing to JSON values.
Definition JSON.h:30