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 122 of file WidgetDefinition.hxx.
|
inline |
Definition at line 127 of file WidgetDefinition.hxx.
|
inline |
Definition at line 133 of file WidgetDefinition.hxx.
ControlPart vcl::ControlTypeAndPart::mePart |
Definition at line 125 of file WidgetDefinition.hxx.
Referenced by operator==().
ControlType vcl::ControlTypeAndPart::meType |
Definition at line 124 of file WidgetDefinition.hxx.
Referenced by operator==().