Inheritance diagram for code::AlgorithmControl::ControlEvent:
Public Member Functions | |
ControlEvent (AlgorithmControl *source, const XML::Element &info) | |
const XML::Element & | getInfo () const |
ActionSource * | getSource () const |
Returns a pointer to the object that generated this ActionEvent. | |
const std::string & | getType () const |
Returns a source-specific type identifier to indicate what action occurred. |
code::AlgorithmControl::ControlEvent::ControlEvent | ( | AlgorithmControl * | source, | |
const XML::Element & | info | |||
) | [inline] |
const XML::Element& code::AlgorithmControl::ControlEvent::getInfo | ( | ) | const [inline] |
ActionSource* code::ActionEvent::getSource | ( | ) | const [inline, inherited] |
Returns a pointer to the object that generated this ActionEvent.
const std::string& code::ActionEvent::getType | ( | ) | const [inline, inherited] |
Returns a source-specific type identifier to indicate what action occurred.