▼Nstd | |
Cequal_to< unity::util::ResourcePtr< R, D > > | Function object for equality comparison |
Cgreater< unity::util::ResourcePtr< R, D > > | Function object for greater than comparison |
Cgreater_equal< unity::util::ResourcePtr< R, D > > | Function object for less than or equal comparison |
Cless< unity::util::ResourcePtr< R, D > > | Function object for less than comparison |
Cless_equal< unity::util::ResourcePtr< R, D > > | Function object for less than or equal comparison |
Cnot_equal_to< unity::util::ResourcePtr< R, D > > | Function object for inequality comparison |
▼Nunity | Top-level namespace for all things Unity-related |
▼Nshell | |
▼Napplication | |
CApplicationInfoInterface | A class that holds information about applications |
CApplicationManagerInterface | The Application manager |
CMirSurfaceInterface | Holds a Mir surface. Pretty much an opaque class |
CMirSurfaceItemInterface | Renders a MirSurface in a QML scene and forwards the input events it receives to it |
▼Nlauncher | |
CLauncherItemInterface | An item presented in the launcher |
CLauncherModelInterface | A list of launcher items to be displayed |
CQuickListModelInterface | A model containing QuickList actions for an application in the launcher |
▼Nnotifications | |
CHint | Wraps NotificationInterface's hint flags |
CModelInterface | A list of notifications to be displayed |
CNotificationInterface | A Notification object |
CSourceInterface | A source of notifications |
CType | Wraps NotificationInterface's type enumeration |
CUrgency | Wraps NotificationInterface's urgency enumeration |
▼Nscopes | |
CCategoriesInterface | A list of categories for a particular search |
CNavigationInterface | Object representing department instance, which exposes model(s) with results |
CPreviewModelInterface | A list of PreviewWidgetModelInterface instances |
CPreviewStackInterface | A master model for previews |
CPreviewWidgetModelInterface | A list of widgets in a preview |
CResultsModelInterface | A model of scope results for a particular category |
CScopeInterface | Object representing scope instance, which exposes model(s) with results |
CScopesInterface | A list of scopes to display in the UI |
CSettingsModelInterface | |
▼Nutil | |
CDaemon | Helper class to turn a process into a daemon |
CIniParser | Helper class to read configuration files |
CResourcePtr | Class to guarantee deallocation of arbitrary resources |
CException | Abstract base class for all Unity exceptions |
CFileException | Exception to indicate file I/O errors, such as failure to open or write to a file |
CInvalidArgumentException | 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 |
CLogicException | Exception to indicate a logic error, such as driving the API incorrectly, such as calling methods in the wrong worder |
CResourceException | Exception for miscellaneous errors, such as failure of a third-party library or hitting resource limitations |
CShutdownException | Exception to indicate errors during shutdown |
CSyscallException | Exception to indicate system or library call errors that set errno |
CMir | Acting as a namespace to hold enums and such for use in QML |