#include <paramdialog.hxx>
|
void | Construct () |
|
| DECL_LINK (OnVisitedTimeout, Timer *, void) |
|
| DECL_LINK (OnValueModified, weld::Entry &, void) |
|
| DECL_LINK (OnEntryListBoxSelected, weld::TreeView &, void) |
|
| DECL_LINK (OnButtonClicked, weld::Button &, void) |
|
| DECL_LINK (OnValueLoseFocusHdl, weld::Widget &, void) |
|
bool | CheckValueForError () |
|
bool | OnEntrySelected () |
|
Definition at line 50 of file paramdialog.hxx.
◆ OParameterDialog()
dbaui::OParameterDialog::OParameterDialog |
( |
weld::Window * |
_pParent, |
|
|
const css::uno::Reference< css::container::XIndexAccess > & |
_rParamContainer, |
|
|
const css::uno::Reference< css::sdbc::XConnection > & |
_rxConnection, |
|
|
const css::uno::Reference< css::uno::XComponentContext > & |
rxContext |
|
) |
| |
Definition at line 46 of file paramdialog.cxx.
References Construct(), DBG_UNHANDLED_EXCEPTION, Exception, i, LINK, m_aFinalValues, m_aResetVisitFlag, m_aVisitedParams, m_xAllParams, m_xConnection, m_xFormatter, m_xParams, nCount, NONE, PROPERTY_NAME(), pValues, and Timer::SetInvokeHandler().
◆ ~OParameterDialog()
dbaui::OParameterDialog::~OParameterDialog |
( |
| ) |
|
|
overridevirtual |
◆ CheckValueForError()
bool dbaui::OParameterDialog::CheckValueForError |
( |
| ) |
|
|
private |
Definition at line 141 of file paramdialog.cxx.
References DBA_RES, DBG_UNHANDLED_EXCEPTION, Dirty, weld::Error, Exception, m_aPredicateInput, m_aVisitedParams, m_nCurrentlySelected, m_xConnection, m_xFormatter, m_xOKBtn, m_xParam, m_xParams, weld::Normal, dbtools::OPredicateInputController::normalizePredicateString(), PROPERTY_NAME(), sMessage, and sName.
Referenced by OnEntrySelected().
◆ Construct()
void dbaui::OParameterDialog::Construct |
( |
| ) |
|
|
private |
◆ DECL_LINK() [1/5]
dbaui::OParameterDialog::DECL_LINK |
( |
OnButtonClicked |
, |
|
|
weld::Button & |
, |
|
|
void |
|
|
) |
| |
|
private |
◆ DECL_LINK() [2/5]
dbaui::OParameterDialog::DECL_LINK |
( |
OnEntryListBoxSelected |
, |
|
|
weld::TreeView & |
, |
|
|
void |
|
|
) |
| |
|
private |
◆ DECL_LINK() [3/5]
dbaui::OParameterDialog::DECL_LINK |
( |
OnValueLoseFocusHdl |
, |
|
|
weld::Widget & |
, |
|
|
void |
|
|
) |
| |
|
private |
◆ DECL_LINK() [4/5]
dbaui::OParameterDialog::DECL_LINK |
( |
OnValueModified |
, |
|
|
weld::Entry & |
, |
|
|
void |
|
|
) |
| |
|
private |
◆ DECL_LINK() [5/5]
dbaui::OParameterDialog::DECL_LINK |
( |
OnVisitedTimeout |
, |
|
|
Timer * |
, |
|
|
void |
|
|
) |
| |
|
private |
◆ getValues()
const css::uno::Sequence< css::beans::PropertyValue > & dbaui::OParameterDialog::getValues |
( |
| ) |
const |
|
inline |
◆ OnEntrySelected()
bool dbaui::OParameterDialog::OnEntrySelected |
( |
| ) |
|
|
private |
Definition at line 261 of file paramdialog.cxx.
References CheckValueForError(), Task::IsActive(), LINK, m_aFinalValues, m_aResetVisitFlag, m_aVisitedParams, m_nCurrentlySelected, m_xAllParams, m_xParam, o3tl::make_unsigned(), Timer::SetTimeout(), Timer::Start(), Task::Stop(), and Value.
Referenced by Construct().
◆ m_aFinalValues
css::uno::Sequence< css::beans::PropertyValue > dbaui::OParameterDialog::m_aFinalValues |
|
private |
◆ m_aPredicateInput
◆ m_aResetVisitFlag
Timer dbaui::OParameterDialog::m_aResetVisitFlag |
|
private |
◆ m_aVisitedParams
std::vector<VisitFlags> dbaui::OParameterDialog::m_aVisitedParams |
|
private |
◆ m_nCurrentlySelected
sal_Int32 dbaui::OParameterDialog::m_nCurrentlySelected |
|
private |
◆ m_xAllParams
◆ m_xCancelBtn
std::unique_ptr<weld::Button> dbaui::OParameterDialog::m_xCancelBtn |
|
private |
◆ m_xConnection
css::uno::Reference< css::sdbc::XConnection > dbaui::OParameterDialog::m_xConnection |
|
private |
◆ m_xFormatter
css::uno::Reference< css::util::XNumberFormatter > dbaui::OParameterDialog::m_xFormatter |
|
private |
◆ m_xOKBtn
std::unique_ptr<weld::Button> dbaui::OParameterDialog::m_xOKBtn |
|
private |
◆ m_xParam
std::unique_ptr<weld::Entry> dbaui::OParameterDialog::m_xParam |
|
private |
◆ m_xParams
css::uno::Reference< css::container::XIndexAccess > dbaui::OParameterDialog::m_xParams |
|
private |
◆ m_xTravelNext
std::unique_ptr<weld::Button> dbaui::OParameterDialog::m_xTravelNext |
|
private |
The documentation for this class was generated from the following files: