|
LibreOffice Module vcl (master) 1
|
#include <eventdescription.hxx>
Public Attributes | |
| OUString | aKeyWord |
| OUString | aAction |
| OUString | aID |
| OUString | aParent |
| std::map< OUString, OUString > | aParameters |
Definition at line 16 of file eventdescription.hxx.
| OUString EventDescription::aAction |
Definition at line 18 of file eventdescription.hxx.
Referenced by UITestLogger::logEvent().
| OUString EventDescription::aID |
Definition at line 18 of file eventdescription.hxx.
Referenced by UITestLogger::logEvent().
| OUString EventDescription::aKeyWord |
Definition at line 18 of file eventdescription.hxx.
Referenced by UITestLogger::logEvent().
| std::map<OUString, OUString> EventDescription::aParameters |
Definition at line 19 of file eventdescription.hxx.
Referenced by UITestLogger::logEvent().
| OUString EventDescription::aParent |
Definition at line 18 of file eventdescription.hxx.
Referenced by UITestLogger::logEvent().