22 #include <boost/serialization/set.hpp>
61 template<
class Archive>
62 void serialize(Archive & ar,
const unsigned int version)
79 template<
class Archive>
80 void serialize(Archive & ar,
const unsigned int version)
106 void addMenuPath(
const DtMenuPath&,
int weight = -1);
110 void removeMenuPath(
const DtMenuPath& newPath);
147 return myMenuConfiguration;
161 void updateState(
const DtToolbarPath& tb, ToolbarState& state);
167 const ToolbarStateMap& states()
const;
176 template<
class Archive>
191 , beforeRelative(false)
#define DT_SERIALIZE_BASE(BASE_CLASS)
Serialize the base class implementation.
Definition: DtSerialize.h:164
#define DT_DECLARE_serialize_FUNCTIONS
Declare all the serialize functions to use.
Definition: DtSerialize.h:123
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
const char * source
Definition: lz4.h:436
The base implementation of a configuration.
Definition: DtConfiguration.h:27
#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:161
Contains DLL export macros.