LibreOffice Module vcl (master) 1
|
#include <WidgetDefinition.hxx>
Public Member Functions | |
ControlTypeAndPart (ControlType eType, ControlPart ePart) | |
bool | operator== (ControlTypeAndPart const &aOther) const |
Public Attributes | |
ControlType | meType |
ControlPart | mePart |
Definition at line 121 of file WidgetDefinition.hxx.
|
inline |
Definition at line 126 of file WidgetDefinition.hxx.
|
inline |
Definition at line 132 of file WidgetDefinition.hxx.
ControlPart vcl::ControlTypeAndPart::mePart |
Definition at line 124 of file WidgetDefinition.hxx.
Referenced by operator==().
ControlType vcl::ControlTypeAndPart::meType |
Definition at line 123 of file WidgetDefinition.hxx.
Referenced by operator==().