Mir
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 1234]
 Nmir
 NclientConvenient C++ wrappers around the Mir toolkit API
 NgeometryBasic geometry types. Types for dimensions, displacements, etc. and the operations that they support
 CAbnormalExit
 CAnonymousShmFile
 CFatalErrorStrategy
 CIntOwnedFd
 CFd
 CIntWrapper
 Coptional_value
 CShmFile
 NmiralMir Abstraction Layer
 Ndetail
 CAddInitCallbackAdd a callback to be invoked when the server has been initialized, but before it starts. If multiple callbacks are added they will be invoked in the sequence added
 CAppendEventFilter
 CApplicationCredentials
 CApplicationAuthorizer
 CBasicSetApplicationAuthorizer
 CSetApplicationAuthorizer
 CApplicationInfo
 CCanonicalWindowManagerPolicyWidely accepted defaults for window management
 CCommandLineOptionAdd a user configuration option to Mir's option handling. By default the callback will be invoked following Mir initialisation but prior to the server starting. The value supplied to the callback will come from the command line, environment variable, config file or the default
 CCursorThemeLoad an X-cursor theme, either the supplied default, or through the –cursor-theme config option
 CDebugExtensionAllow debug extension APIs to be enabled and disabled
 CDisplayConfigurationEnable display configuration. The config file (miral::MirRunner::display_config_file()) is located via the XDG Base Directory Specification. Vis: ($XDG_CONFIG_HOME or $HOME/.config followed by $XDG_CONFIG_DIRS)
 CExternalClientLauncher
 CStartupInternalClientWrapper for running an internal Mir client at startup
 CInternalClientLauncher
 CKeymapLoad a keymap
 CMinimalWindowManagerMinimal implementation of a floating window management policy
 COutput
 CMirRunnerRunner for applying initialization options to Mir
 CSetCommandLineHandlerSet a handler for any command line options Mir/MirAL does not recognise. This will be invoked if any unrecognised options are found during initialisation. Any unrecognised arguments are passed to this function. The pointers remain valid for the duration of the call only. If set_command_line_handler is not called the default action is to exit by throwing mir::AbnormalExit (which will be handled by the exception handler prior to e