LibreOffice Module reportdesign (master) 1
|
#include <Condition.hxx>
Public Member Functions | |
ConditionField (Condition *pParent, std::unique_ptr< weld::Entry > xSubEdit, std::unique_ptr< weld::Button > xFormula) | |
void | grab_focus () |
void | set_visible (bool bShow) |
void | set_text (const OUString &rText) |
OUString | get_text () const |
Private Member Functions | |
DECL_LINK (OnFormula, weld::Button &, void) | |
Private Attributes | |
Condition * | m_pParent |
std::unique_ptr< weld::Entry > | m_xSubEdit |
std::unique_ptr< weld::Button > | m_xFormula |
Definition at line 42 of file Condition.hxx.
rptui::ConditionField::ConditionField | ( | Condition * | pParent, |
std::unique_ptr< weld::Entry > | xSubEdit, | ||
std::unique_ptr< weld::Button > | xFormula | ||
) |
Definition at line 42 of file Condition.cxx.
References LINK, and m_xFormula.
|
private |
|
inline |
Definition at line 54 of file Condition.hxx.
References m_xSubEdit.
|
inline |
Definition at line 51 of file Condition.hxx.
References m_xSubEdit.
|
inline |
Definition at line 53 of file Condition.hxx.
References m_xSubEdit.
|
inline |
Definition at line 52 of file Condition.hxx.
References m_xFormula, and m_xSubEdit.
|
private |
Definition at line 44 of file Condition.hxx.
|
private |
Definition at line 46 of file Condition.hxx.
Referenced by ConditionField(), and set_visible().
|
private |
Definition at line 45 of file Condition.hxx.
Referenced by get_text(), grab_focus(), set_text(), and set_visible().