kpilot
InternalEditorAction Class Reference
#include <internalEditorAction.h>
Public Member Functions | |
InternalEditorAction (KPilotLink *) | |
~InternalEditorAction () | |
Protected Member Functions | |
virtual bool | exec () |
Detailed Description
Definition at line 36 of file internalEditorAction.h.
Constructor & Destructor Documentation
InternalEditorAction::InternalEditorAction | ( | KPilotLink * | p | ) |
Definition at line 53 of file internalEditorAction.cc.
InternalEditorAction::~InternalEditorAction | ( | ) | [inline] |
Definition at line 42 of file internalEditorAction.h.
Member Function Documentation
bool InternalEditorAction::exec | ( | ) | [protected, virtual] |
This function starts the actual processing done by the conduit.
It should return false if the processing cannot be initiated, f.ex. because some parameters were not set or a needed library is missing. This will be reported to the user. It should return true if processing is started normally. If processing starts normally, it is the _conduit's_ responsibility to eventually emit syncDone(); if processing does not start normally (ie. exec() returns false) then the environment will deal with syncDone().
Implements SyncAction.
Definition at line 59 of file internalEditorAction.cc.
The documentation for this class was generated from the following files: