Mir
|
▼Nmir | |
▼Nclient | Convenient C++ wrappers around the Mir toolkit API |
CBlob | |
CConnection | Handle class for MirConnection - provides automatic reference counting |
CCookie | |
CDisplayConfig | |
CEvent | Handle class for MirEvent - provides automatic reference counting |
CSurface | Handle class for MirRenderSurface - provides automatic reference counting |
CWindow | Handle class for MirWindow - provides automatic reference counting |
CWindowId | Handle class for MirWindowId - provides automatic reference counting |
CWindowSpec | Handle class for MirWindowSpec - provides automatic reference counting, method chaining |
Ndetail | |
Nevents | |
Nfrontend | |
▼Ngeometry | Basic geometry types. Types for dimensions, displacements, etc. and the operations that they support |
▼Ndetail | |
CIntWrapper | |
CValueWrapperBase | |
CDisplacementBase | Used for determining if a type is a displacement |
CPointBase | Used for determining if a type is a point |
CRectangleBase | Used for determining if a type is a rectangle |
CSizeBase | Used for determining if a type is a size |
▼Ngeneric | |
▼CValue | |
CWrapper | Wraps a geometry value and prevents it from being accidentally used for invalid operations (such as setting a width to a height or adding two x positions together). Of course, explicit casts are possible to get around these restrictions (see the as_*() functions). int values (which are most values) should use the derived IntWrapper class, and other types should use this directly |
CPoint | |
CSize | |
CDisplacement | |
CRectangle | |
CWidthTag | These tag types determine what type of dimension a value holds and what operations are possible with it. They are only used as template paramaters, are never instantiated and should only require forward declarations, but some compiler versions seem to fail if they aren't given real declarations |
CHeightTag | |
CXTag | |
CYTag | |
CDeltaXTag | |
CDeltaYTag | |
CDisplacement | |
CLength | Length represents a physical length in the real world. The number of pixels this equates to can then be calculated based on a given DPI |
CPoint | |
CRectangle | |
CRectangles | A collection of rectangles (with possible duplicates) |
CSize | |
Ngraphics | |
Nscene | |
Nshell | |
CAbnormalExit | Indicates Mir should exit with an error message printed to stderr |
CExitWithOutput | Indicates Mir should exit with the given output (such as help text) printed to stdout |
CAnonymousShmFile | |
CFatalErrorStrategy | |
CIntOwnedFd | |
CFd | |
CIntWrapper | |
Coptional_value | |
CShmFile | |
▼Nmiral | Mir Abstraction Layer |
▼Ndetail | |
CFunctionType | |
CFunctionType< Return(Lambda::*)(Arg...)> | |
CFunctionType< Return(Lambda::*)(Arg...) const > | |
Ntoolkit | |
CAddInitCallback | Add 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 | |
CCanonicalWindowManagerPolicy | Widely accepted defaults for window management |
CCommandLineOption | Add 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 |
CCursorTheme | Load an X-cursor theme, either the supplied default, or through the –cursor-theme config option |
CDisplayConfiguration | Enable 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 | |
CStartupInternalClient | Wrapper for running an internal Mir client at startup |
CInternalClientLauncher | |
CKeymap | Load a keymap |
CMinimalWindowManager | Minimal implementation of a floating window management policy |
▼COutput | |
CPhysicalSizeMM | |
CMirRunner | Runner for applying initialization options to Mir |
CSetCommandLineHandler | Set 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 exiting run() |
CSetTerminator | Set handler for termination requests. terminator will be called following receipt of SIGTERM or SIGINT. The default terminator stop()s the server, replacements should probably do the same in addition to any additional shutdown logic |
CSetWindowManagementPolicy | |
▼CWaylandExtensions | Enable configuration of the Wayland extensions enabled at runtime |
CBuilder | A Builder creates and registers an extension protocol |
CContext | Context information useful for implementing Wayland extensions |
CWindow | Handle class to manage a Mir surface. It may be null (e.g. default initialized) |
CWindowInfo | |
CWindowManagerOption | |
CWindowManagerOptions | |
CWindowManagementPolicy | The interface through which the window management policy is determined |
CWindowManagerTools | Window management functions for querying and updating MirAL's model |
▼CWindowSpecification | |
CAspectRatio | |
CX11Support | Add a user configuration option for X11 support |
CZone | A rectangular area of the display. Not tied to a specific output |
Npng2header | |
▼Nstd | STL namespace |
Chash< ::mir::IntWrapper< Tag, ValueType > > | |
Nwallpaper |
Copyright © 2012-2021
Canonical Ltd.
Generated on Wed Jul 28 02:57:36 UTC 2021
This documentation is licensed under the GPL version 2 or 3.