19 #include <boost/serialization/set.hpp>
58 template<
class Archive>
59 void serialize(Archive & ar,
const unsigned int version)
76 template<
class Archive>
77 void serialize(Archive & ar,
const unsigned int version)
107 void removeMenuPath(
const DtMenuPath& newPath);
144 return myMenuConfiguration;
158 void updateState(
const DtToolbarPath& tb, ToolbarState& state);
164 const ToolbarStateMap& states()
const;
173 template<
class Archive>
191 , beforeRelative(false)
#define DT_SERIALIZE_BASE(BASE_CLASS)
Serialize the base class implementation.
Definition: DtSerialize.h:161
#define DT_DECLARE_serialize_FUNCTIONS
Declare all the serialize functions to use.
Definition: DtSerialize.h:120
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
const char * source
Definition: lz4.h:442
The base implementation of a configuration.
Definition: DtConfiguration.h:24
#define DT_SERIALIZE_MEMBER(NAME)
Serialize a Member whose name starts with 'my' If your member does not have that name, use Dt_SERIALIZE.
Definition: DtSerialize.h:158
Contains DLL export macros.