|
LibreOffice Module forms (master) 1
|
#include <navtoolbar.hxx>
Public Member Functions | |
| RecordPositionInput (vcl::Window *_pParent) | |
| void | setDispatcher (const IFeatureDispatcher *_pDispatcher) |
| sets the dispatcher which is to be used for the features More... | |
Public Member Functions inherited from RecordItemWindow | |
| RecordItemWindow (vcl::Window *pParent) | |
| virtual void | dispose () override |
| virtual | ~RecordItemWindow () override |
Public Member Functions inherited from RecordItemWindowBase | |
| RecordItemWindowBase (std::unique_ptr< weld::Entry > xEntry) | |
| virtual | ~RecordItemWindowBase () |
| void | set_text (const OUString &rText) |
| void | set_font (const vcl::Font &rFont) |
| void | set_help_id (const OUString &rHelpId) |
Private Member Functions | |
| virtual void | PositionFired (sal_Int64 nRecord) override |
Private Attributes | |
| const IFeatureDispatcher * | m_pDispatcher |
Additional Inherited Members | |
Protected Member Functions inherited from RecordItemWindow | |
| virtual bool | DoKeyInput (const KeyEvent &rEvt) override |
| virtual bool | DoKeyInput (const KeyEvent &rEvt) |
Protected Attributes inherited from RecordItemWindowBase | |
| std::unique_ptr< weld::Entry > | m_xWidget |
Definition at line 146 of file navtoolbar.hxx.
| frm::RecordPositionInput::RecordPositionInput | ( | vcl::Window * | _pParent | ) |
Definition at line 621 of file navtoolbar.cxx.
|
overrideprivatevirtual |
Reimplemented from RecordItemWindowBase.
Definition at line 632 of file navtoolbar.cxx.
References Any, frm::IFeatureDispatcher::dispatchWithArgument(), and m_pDispatcher.
| void frm::RecordPositionInput::setDispatcher | ( | const IFeatureDispatcher * | _pDispatcher | ) |
sets the dispatcher which is to be used for the features
Definition at line 627 of file navtoolbar.cxx.
References m_pDispatcher.
Referenced by frm::NavigationToolBar::setDispatcher().
|
private |
Definition at line 149 of file navtoolbar.hxx.
Referenced by PositionFired(), and setDispatcher().