Name

UiEventExecutorBase — The base class for Event Executors.

Synopsis

class UiEventExecutorBase
  :  : public UiEventExecutorSernaApi::UiEventExecutor
 {
public:
  // construct/copy/destruct
  UiEventExecutorBase(const UiAction &, DocumentPlugin &);
  ~UiEventExecutorBase();

  // public member functions

};

Description

UiEventExecutorBase construct/copy/destruct

  1. UiEventExecutorBase(const UiAction & cmd, DocumentPlugin & dp);


  2. ~UiEventExecutorBase();


UiEventExecutorBase public member functions