LibreOffice Module vcl (master) 1
Classes | Namespaces | Typedefs | Functions
executor.hxx File Reference
#include <vcl/dllapi.h>
#include <vcl/uitest/uiobject.hxx>
#include <vcl/weld.hxx>
#include <unordered_map>
Include dependency graph for executor.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  LOKTrigger
 

Namespaces

namespace  jsdialog
 

Typedefs

typedef std::unordered_map< OString, OUString > jsdialog::ActionDataMap
 

Functions

VCL_DLLPUBLIC bool jsdialog::ExecuteAction (const OUString &nWindowId, const OUString &rWidget, StringMap &rData)
 execute action on a widget More...
 
VCL_DLLPUBLIC void jsdialog::SendFullUpdate (const OUString &nWindowId, const OUString &rWidget)
 send full update message to the client More...
 
VCL_DLLPUBLIC void jsdialog::SendAction (const OUString &nWindowId, const OUString &rWidget, std::unique_ptr< ActionDataMap > pData)
 send action message to the client More...
 
VCL_DLLPUBLIC StringMap jsdialog::jsonToStringMap (const char *pJSON)