Cunity::util::Daemon | Helper class to turn a process into a daemon |
Cstd::equal_to< unity::util::ResourcePtr< R, D > > | Function object for equality comparison |
▼Cexception | |
▼Cunity::Exception | Abstract base class for all Unity exceptions |
Cunity::FileException | Exception to indicate file I/O errors, such as failure to open or write to a file |
Cunity::InvalidArgumentException | Exception to indicate that an invalid argument was passed to a function, such as passing nullptr when the function expects the argument to be non-null |
Cunity::LogicException | Exception to indicate a logic error, such as driving the API incorrectly, such as calling methods in the wrong worder |
Cunity::ResourceException | Exception for miscellaneous errors, such as failure of a third-party library or hitting resource limitations |
Cunity::ShutdownException | Exception to indicate errors during shutdown |
Cunity::SyscallException | Exception to indicate system or library call errors that set errno |
Cstd::greater< unity::util::ResourcePtr< R, D > > | Function object for greater than comparison |
Cstd::greater_equal< unity::util::ResourcePtr< R, D > > | Function object for less than or equal comparison |
Cunity::util::IniParser | Helper class to read configuration files |
Cstd::less< unity::util::ResourcePtr< R, D > > | Function object for less than comparison |
Cstd::less_equal< unity::util::ResourcePtr< R, D > > | Function object for less than or equal comparison |
CMir | Acting as a namespace to hold enums and such for use in QML |
▼Cnested_exception | |
Cunity::Exception | Abstract base class for all Unity exceptions |
Cstd::not_equal_to< unity::util::ResourcePtr< R, D > > | Function object for inequality comparison |
▼CQAbstractListModel | |
Cunity::shell::application::ApplicationManagerInterface | The Application manager |
Cunity::shell::launcher::LauncherModelInterface | A list of launcher items to be displayed |
Cunity::shell::launcher::QuickListModelInterface | A model containing QuickList actions for an application in the launcher |
Cunity::shell::notifications::ModelInterface | A list of notifications to be displayed |
Cunity::shell::scopes::CategoriesInterface | A list of categories for a particular search |
Cunity::shell::scopes::NavigationInterface | Object representing department instance, which exposes model(s) with results |
Cunity::shell::scopes::PreviewModelInterface | A list of PreviewWidgetModelInterface instances |
Cunity::shell::scopes::PreviewStackInterface | A master model for previews |
Cunity::shell::scopes::PreviewWidgetModelInterface | A list of widgets in a preview |
Cunity::shell::scopes::ResultsModelInterface | A model of scope results for a particular category |
Cunity::shell::scopes::ScopesInterface | A list of scopes to display in the UI |
Cunity::shell::scopes::SettingsModelInterface | |
▼CQObject | |
Cunity::shell::application::ApplicationInfoInterface | A class that holds information about applications |
Cunity::shell::application::MirSurfaceInterface | Holds a Mir surface. Pretty much an opaque class |
Cunity::shell::launcher::LauncherItemInterface | An item presented in the launcher |
Cunity::shell::notifications::Hint | Wraps NotificationInterface's hint flags |
Cunity::shell::notifications::NotificationInterface | A Notification object |
Cunity::shell::notifications::SourceInterface | A source of notifications |
Cunity::shell::notifications::Type | Wraps NotificationInterface's type enumeration |
Cunity::shell::notifications::Urgency | Wraps NotificationInterface's urgency enumeration |
Cunity::shell::scopes::ScopeInterface | Object representing scope instance, which exposes model(s) with results |
▼CQQuickItem | |
Cunity::shell::application::MirSurfaceItemInterface | Renders a MirSurface in a QML scene and forwards the input events it receives to it |
Cunity::util::ResourcePtr< R, D > | Class to guarantee deallocation of arbitrary resources |