This class will write a toolbar configuration to the given XML node.
|
| | DtVrfToolbarConfigurationWriter (const DtDefaultGuiConfigurationCreator *c, const makVrv::DtToolbarConfiguration &) |
| |
| virtual | ~DtVrfToolbarConfigurationWriter () |
| |
| virtual void | writeTo (DtEnvironment *env, DtEnvValueSP root) const |
| |
| | DtToolbarConfiguration () |
| |
| virtual | ~DtToolbarConfiguration () |
| |
| void | addToolbarPath (const DtToolbarPath &) |
| |
| void | addToolbarPathAfter (const DtToolbarPath &newPath, const DtToolbarPath &relativeTo) |
| |
| void | addToolbarPathBefore (const DtToolbarPath &newPath, const DtToolbarPath &relativeTo) |
| |
| void | addMenuPath (const DtMenuPath &path) |
| |
| void | addMenuPathAfter (const DtMenuPath &newPath, const DtMenuPath &relativeTo) |
| |
| void | addMenuPathBefore (const DtMenuPath &newPath, const DtMenuPath &relativeTo) |
| |
| void | removeMenuPath (const DtMenuPath &newPath) |
| |
| void | addConfiguration (const DtToolbarConfiguration &subConfiguration) |
| |
| void | removeToolbarPath (const DtToolbarPath &) |
| |
| void | getRootPaths (ToolbarPathList &children) const |
| |
| void | getChildren (const DtToolbarPath &path, ToolbarPathList &children) const |
| |
| void | sortChildren (ToolbarPathList &children) const |
| |
| int | getNewWeight () |
| |
| DtToolbarConfiguration & | operator= (const DtToolbarConfiguration &rhs) |
| |
| const DtMenuConfiguration & | menuConfiguration () const |
| |
| void | merge (const DtToolbarConfiguration &rhs) |
| |
| void | copyValuesFrom (const DtToolbarConfiguration &source) |
| |
| void | updateState (const DtToolbarPath &tb, ToolbarState &state) |
| |
| const ToolbarState * | state (const DtToolbarPath &tb) const |
| |
| const ToolbarStateMap & | states () const |
| |
| void | setVisible (const DtToolbarPath &tb, bool isVisible) |
| |
| | DtConfiguration (const std::string &name="") |
| |
| | DtConfiguration (const DtConfiguration &) |
| |
| DtConfiguration & | operator= (const DtConfiguration &) |
| |
| virtual | ~DtConfiguration () |
| |
| virtual const std::string & | name () const |
| |
| virtual void | setName (const std::string &name) |
| |
| virtual const std::string * | findOptionalParameter (const std::string &name) const |
| |
| virtual void | setOptionalParameter (const std::string &name, const std::string &value) |
| |
| virtual void | setOptionalParameters (const ParameterMap &) |
| |
| virtual void | removeOptionalParameter (const std::string &name) |
| |
| const ParameterMap & | optionalParameters () const |
| |