dRonin  adbada4
dRonin GCS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Groups Pages
command.h File Reference

Go to the source code of this file.

Classes

class  Core::Command
 The class Command represents an action like a menu item, tool button, or shortcut. You don't create Command objects directly, instead use {ActionManager::registerAction()} to register an action and retrieve a Command. The Command object represents the user visible action and its properties. If multiple actions are registered with the same ID (but different contexts) the returned Command is the shared one between these actions. More...
 

Namespaces

 Core
 The Core namespace contains all classes that make up the Core plugin which constitute the basic functionality of the GCS.
 

Detailed Description

Author
The OpenPilot Team, http://www.openpilot.org Copyright (C) 2010. Parts by Nokia Corporation (qt-in.nosp@m.fo@n.nosp@m.okia..nosp@m.com) Copyright (C) 2009.

Definition in file command.h.