Loading...
Searching...
No Matches
ApplicationContext.hpp
Definition ApplicationComponents.hpp:68
Definition SettingsDelegateModel.hpp:18
STL namespace.
Used to access all the application-wide state and structures.
Definition ApplicationContext.hpp:25
T & settings() const
Access a specific Settings model instance.
Definition ApplicationContext.hpp:41
T * findSettings() const noexcept
Access a Settings model instance, or null when its plug-in did not register one.
Definition ApplicationContext.hpp:60
const auto & addons() const
List of all the registered addons.
Definition ApplicationContext.hpp:79
auto instantiateUndoCommand(const CommandData &cmd) const
instantiateUndoCommand Is used to generate a Command from its serialized data.
Definition ApplicationContext.hpp:103
const T & interfaces() const
Access to a specific interface list.
Definition ApplicationContext.hpp:87
Utility class for the serialization and deserialization of commands.
Definition CommandData.hpp:14
Definition DocumentContext.hpp:18
Definition DocumentManager.hpp:28