|
LibreOffice Module dbaccess (master) 1
|
#include <QueryTabConnUndoAction.hxx>
Public Member Functions | |
| OQueryTabConnUndoAction (OQueryTableView *pOwner, TranslateId pCommentID) | |
| virtual | ~OQueryTabConnUndoAction () override |
| virtual void | Undo () override=0 |
| virtual void | Redo () override=0 |
| void | SetConnection (OQueryTableConnection *pConn) |
| void | SetOwnership (bool bTakeIt) |
Public Member Functions inherited from dbaui::OQueryDesignUndoAction | |
| OQueryDesignUndoAction (OJoinTableView *pOwner, TranslateId pCommentID) | |
Public Member Functions inherited from dbaui::OCommentUndoAction | |
| OCommentUndoAction (TranslateId pCommentID) | |
| virtual OUString | GetComment () const override |
Public Member Functions inherited from SfxUndoAction | |
| SfxUndoAction () | |
| virtual | ~SfxUndoAction () COVERITY_NOEXCEPT_FALSE |
| virtual void | Undo () |
| virtual void | UndoWithContext (SfxUndoContext &i_context) |
| virtual void | Redo () |
| virtual void | RedoWithContext (SfxUndoContext &i_context) |
| virtual void | Repeat (SfxRepeatTarget &) |
| virtual bool | CanRepeat (SfxRepeatTarget &) const |
| virtual bool | Merge (SfxUndoAction *pNextAction) |
| virtual OUString | GetComment () const |
| virtual OUString | GetRepeatComment (SfxRepeatTarget &) const |
| virtual ViewShellId | GetViewShellId () const |
| const DateTime & | GetDateTime () const |
| virtual void | dumpAsXml (xmlTextWriterPtr pWriter) const |
Protected Attributes | |
| VclPtr< OQueryTableConnection > | m_pConnection |
| bool | m_bOwnerOfConn |
Protected Attributes inherited from dbaui::OQueryDesignUndoAction | |
| VclPtr< OJoinTableView > | m_pOwner |
Definition at line 29 of file QueryTabConnUndoAction.hxx.
| OQueryTabConnUndoAction::OQueryTabConnUndoAction | ( | OQueryTableView * | pOwner, |
| TranslateId | pCommentID | ||
| ) |
Definition at line 38 of file QueryTabConnUndoAction.cxx.
References pOwner.
|
overridevirtual |
Definition at line 29 of file QueryTabConnUndoAction.cxx.
References m_bOwnerOfConn, m_pConnection, and dbaui::OQueryDesignUndoAction::m_pOwner.
|
overridepure virtual |
Reimplemented from SfxUndoAction.
Implemented in dbaui::OQueryAddTabConnUndoAction, and dbaui::OQueryDelTabConnUndoAction.
|
inline |
Definition at line 43 of file QueryTabConnUndoAction.hxx.
References m_pConnection.
|
inline |
Definition at line 45 of file QueryTabConnUndoAction.hxx.
References m_bOwnerOfConn.
Referenced by dbaui::OQueryAddTabConnUndoAction::Redo(), dbaui::OQueryDelTabConnUndoAction::Redo(), dbaui::OQueryAddTabConnUndoAction::Undo(), and dbaui::OQueryDelTabConnUndoAction::Undo().
|
overridepure virtual |
Reimplemented from SfxUndoAction.
Implemented in dbaui::OQueryAddTabConnUndoAction, and dbaui::OQueryDelTabConnUndoAction.
|
protected |
Definition at line 33 of file QueryTabConnUndoAction.hxx.
Referenced by SetOwnership(), and ~OQueryTabConnUndoAction().
|
protected |
Definition at line 32 of file QueryTabConnUndoAction.hxx.
Referenced by dbaui::OQueryAddTabConnUndoAction::Redo(), dbaui::OQueryDelTabConnUndoAction::Redo(), SetConnection(), dbaui::OQueryAddTabConnUndoAction::Undo(), dbaui::OQueryDelTabConnUndoAction::Undo(), and ~OQueryTabConnUndoAction().