My Project
|
Clomiri::util::Daemon | Helper class to turn a process into a daemon |
▼Cstd::exception | |
▼Clomiri::Exception | Abstract base class for all Lomiri exceptions |
Clomiri::FileException | Exception to indicate file I/O errors, such as failure to open or write to a file |
Clomiri::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 |
Clomiri::LogicException | Exception to indicate a logic error, such as driving the API incorrectly, such as calling methods in the wrong worder |
Clomiri::ResourceException | Exception for miscellaneous errors, such as failure of a third-party library or hitting resource limitations |
Clomiri::ShutdownException | Exception to indicate errors during shutdown |
Clomiri::SyscallException | Exception to indicate system or library call errors that set errno |
Clomiri::util::GObjectDeleter | Used by the make_gobject, unique_gobject and share_gobject as the deleter |
Clomiri::util::IniParser | Helper class to read and write configuration files |
▼Cstd::nested_exception | |
Clomiri::Exception | Abstract base class for all Lomiri exceptions |
▼CQAbstractListModel | |
Clomiri::shell::application::ApplicationManagerInterface | The Application manager |
Clomiri::shell::application::MirSurfaceListInterface | Interface for a list model of MirSurfaces |
Clomiri::shell::launcher::AppDrawerModelInterface | A list of app drawer items to be displayed |
Clomiri::shell::launcher::LauncherModelInterface | A list of launcher items to be displayed |
Clomiri::shell::launcher::QuickListModelInterface | A model containing QuickList actions for an application in the launcher |
Clomiri::shell::notifications::ModelInterface | A list of notifications to be displayed |
▼CQObject | |
CMir | Acting mostly as a namespace to hold enums and such for use in QML |
Clomiri::shell::application::ApplicationInfoInterface | A class that holds information about applications |
Clomiri::shell::application::MirSurfaceInterface | Holds a Mir surface. Pretty much an opaque class |
Clomiri::shell::application::SurfaceManagerInterface | |
Clomiri::shell::launcher::LauncherItemInterface | An item presented in the launcher |
Clomiri::shell::notifications::Hint | Wraps NotificationInterface's hint flags |
Clomiri::shell::notifications::NotificationInterface | A Notification object |
Clomiri::shell::notifications::SourceInterface | A source of notifications |
Clomiri::shell::notifications::Type | Wraps NotificationInterface's type enumeration |
Clomiri::shell::notifications::Urgency | Wraps NotificationInterface's urgency enumeration |
▼CQPlatformCursor | |
CMirPlatformCursor | Cursor interface for Mir platform |
▼CQQuickItem | |
CMirMousePointerInterface | The QML mouse pointer |
Clomiri::shell::application::MirSurfaceItemInterface | Renders a MirSurface in a QML scene and forwards the input events it receives to it |
Clomiri::util::ResourcePtr< R, D > | Class to guarantee deallocation of arbitrary resources |