DeviceAction Class
(ProjectExplorer::IDevice::DeviceAction)The DeviceAction class describes an action that can be run on a device. More...
Header: | #include <DeviceAction> |
Detailed Description
The DeviceAction class describes an action that can be run on a device.
The description consists of a human-readable string that will be displayed on a button which, when clicked, executes a functor, and the functor itself. This is typically some sort of dialog or wizard, so parent widget is provided.