Context Class
class Core::ContextThe Context class implements a list of context IDs. More...
Header: | #include <coreplugin/icontext.h> |
Public Types
Detailed Description
Contexts are used for registering actions with Core::ActionManager, and when creating UI elements that provide a context for actions.
See The Action Manager and Commands for an overview of how contexts are used.
See also Core::IContext, Core::ActionManager, and The Action Manager and Commands.
Member Type Documentation
[alias]
Context::const_iterator
The Context::const_iterator provides an STL-style const interator for Context.