LibreOffice Module reportdesign (master) 1
|
#include <Condition.hxx>
Public Member Functions | |
ConditionColorWrapper (Condition *pControl, sal_uInt16 nSlotId) | |
void | operator() (const OUString &rCommand, const NamedColor &rColor) |
Private Attributes | |
Condition * | mpControl |
sal_uInt16 | mnSlotId |
Definition at line 57 of file Condition.hxx.
rptui::ConditionColorWrapper::ConditionColorWrapper | ( | Condition * | pControl, |
sal_uInt16 | nSlotId | ||
) |
Definition at line 70 of file Condition.cxx.
void rptui::ConditionColorWrapper::operator() | ( | const OUString & | rCommand, |
const NamedColor & | rColor | ||
) |
Definition at line 76 of file Condition.cxx.
References rptui::Condition::ApplyCommand(), mnSlotId, and mpControl.
|
private |
Definition at line 65 of file Condition.hxx.
Referenced by operator()().
|
private |
Definition at line 64 of file Condition.hxx.
Referenced by operator()().