|
LibreOffice Module extensions (master) 1
|
#include <eventhandler.hxx>
Public Member Functions | |
| EventDescription () | |
| EventDescription (EventId _nId, std::u16string_view listenerClassName, std::u16string_view listenerMethodName, TranslateId pDisplayNameResId, OUString _sHelpId, OString _sUniqueBrowseId) | |
Public Attributes | |
| OUString | sDisplayName |
| OUString | sListenerClassName |
| OUString | sListenerMethodName |
| OUString | sHelpId |
| OString | sUniqueBrowseId |
| EventId | nId |
Definition at line 42 of file eventhandler.hxx.
|
inline |
Definition at line 52 of file eventhandler.hxx.
| EventDescription::EventDescription | ( | EventId | _nId, |
| std::u16string_view | listenerClassName, | ||
| std::u16string_view | listenerMethodName, | ||
| TranslateId | pDisplayNameResId, | ||
| OUString | _sHelpId, | ||
| OString | _sUniqueBrowseId | ||
| ) |
Definition at line 125 of file eventhandler.cxx.
References nId, and sDisplayName.
| EventId pcr::EventDescription::nId |
Definition at line 50 of file eventhandler.hxx.
Referenced by pcr::EventHandler::setPropertyValue().
| OUString pcr::EventDescription::sDisplayName |
Definition at line 45 of file eventhandler.hxx.
Referenced by pcr::EventHandler::describePropertyLine().
| OUString pcr::EventDescription::sHelpId |
Definition at line 48 of file eventhandler.hxx.
Referenced by pcr::EventHandler::describePropertyLine().
| OUString pcr::EventDescription::sListenerClassName |
Definition at line 46 of file eventhandler.hxx.
Referenced by pcr::EventHandler::getPropertyValue().
| OUString pcr::EventDescription::sListenerMethodName |
Definition at line 47 of file eventhandler.hxx.
Referenced by pcr::EventHandler::getPropertyValue(), and pcr::EventHandler::onInteractivePropertySelection().
| OString pcr::EventDescription::sUniqueBrowseId |
Definition at line 49 of file eventhandler.hxx.
Referenced by pcr::EventHandler::describePropertyLine(), and pcr::EventHandler::impl_filterMethod_nothrow().