TGUI  0.10-beta
tgui::Deserializer Class Reference

Deserializes a settable property. More...

#include <TGUI/Loading/Deserializer.hpp>

Public Types

using DeserializeFunc = std::function< ObjectConverter(const String &)>
 

Static Public Member Functions

static ObjectConverter deserialize (ObjectConverter::Type type, const String &serializedString)
 
static void setFunction (ObjectConverter::Type type, const DeserializeFunc &deserializer)
 
static const DeserializeFunc & getFunction (ObjectConverter::Type type)
 
static std::vector< Stringsplit (const String &str, char delim)
 

Detailed Description

Deserializes a settable property.


The documentation for this class was generated from the following file: