LibreOffice Module extensions (master) 1
Public Member Functions | Public Attributes | List of all members
pcr::EventDescription Struct Reference

#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
 

Detailed Description

Definition at line 42 of file eventhandler.hxx.

Constructor & Destructor Documentation

◆ EventDescription() [1/2]

pcr::EventDescription::EventDescription ( )
inline

Definition at line 52 of file eventhandler.hxx.

◆ EventDescription() [2/2]

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.

Member Data Documentation

◆ nId

EventId pcr::EventDescription::nId

Definition at line 50 of file eventhandler.hxx.

Referenced by pcr::EventHandler::setPropertyValue().

◆ sDisplayName

OUString pcr::EventDescription::sDisplayName

Definition at line 45 of file eventhandler.hxx.

Referenced by pcr::EventHandler::describePropertyLine().

◆ sHelpId

OUString pcr::EventDescription::sHelpId

Definition at line 48 of file eventhandler.hxx.

Referenced by pcr::EventHandler::describePropertyLine().

◆ sListenerClassName

OUString pcr::EventDescription::sListenerClassName

Definition at line 46 of file eventhandler.hxx.

Referenced by pcr::EventHandler::getPropertyValue().

◆ sListenerMethodName

OUString pcr::EventDescription::sListenerMethodName

◆ sUniqueBrowseId

OString pcr::EventDescription::sUniqueBrowseId

The documentation for this struct was generated from the following files: