DAVID4 SDK
1.8.7
|
Implementation of interface 'IMainWindow'. More...
#include <MainWindowJsonRpc.h>
Public Member Functions | |
MainWindowJsonRpc (ClientJsonRpc *client) | |
Constructor. More... | |
virtual void | Show () |
Shows the main window of DAVID server. | |
virtual void | Hide () |
Hides the main window of DAVID server. | |
virtual void | ShowMenus () |
Shows the GUI menus of DAVID server. | |
virtual void | HideMenus () |
Hides the GUI menus DAVID server. | |
![]() | |
virtual | ~IMainWindow () |
Destructor. | |
Implementation of interface 'IMainWindow'.
All calls are delegated to a JSON-RPC 2.0 client.
Definition at line 20 of file MainWindowJsonRpc.h.
david::MainWindowJsonRpc::MainWindowJsonRpc | ( | ClientJsonRpc * | client) |
Constructor.
[in,out] | client | Valid pointer to client handler. |