10#ifndef GUI_CALLAPI_CMD_H
11#define GUI_CALLAPI_CMD_H
13#include "GUICommand.h"
30#if defined(GUILIANI_STREAM_GUI)
38#if defined(GUILIANI_WRITE_GUI)
This command can be used to execute specific code inside the application.
Definition: GUICallAPICmd.h:20
CGUICallAPICmd(const eC_String &kAPI, const eC_String &kParam)
CGUICallAPICmd()
Default constructor used by streaming factory.
virtual void WriteToStream(const eC_Bool bWriteClassID=false)
virtual void ReadFromStream()
void Do()
Implements the actual command functionality.
eC_String m_kParam
Parameter which is used.
Definition: GUICallAPICmd.h:55
eC_String m_kAPI
API which is called.
Definition: GUICallAPICmd.h:52
Command object base class.
Definition: GUICommand.h:127