LibreOffice Module dbaccess (master) 1
|
#include <QueryTabWinUndoAct.hxx>
Public Member Functions | |
OQueryTabWinUndoAct (OQueryTableView *pOwner, TranslateId pCommentID) | |
virtual | ~OQueryTabWinUndoAct () override |
void | SetOwnership (bool bTakeIt) |
virtual void | Undo () override=0 |
virtual void | Redo () override=0 |
void | SetTabWin (OQueryTableWindow *pTW) |
std::vector< VclPtr< OTableConnection > > & | GetTabConnList () |
void | InsertConnection (OTableConnection *pConnection) |
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 | |
std::vector< VclPtr< OTableConnection > > | m_vTableConnection |
VclPtr< OQueryTableWindow > | m_pTabWin |
bool | m_bOwnerOfObjects |
Protected Attributes inherited from dbaui::OQueryDesignUndoAction | |
VclPtr< OJoinTableView > | m_pOwner |
Definition at line 33 of file QueryTabWinUndoAct.hxx.
OQueryTabWinUndoAct::OQueryTabWinUndoAct | ( | OQueryTableView * | pOwner, |
TranslateId | pCommentID | ||
) |
Definition at line 39 of file QueryTabWinUndoAct.cxx.
References pOwner.
|
overridevirtual |
Definition at line 46 of file QueryTabWinUndoAct.cxx.
References m_bOwnerOfObjects, dbaui::OQueryDesignUndoAction::m_pOwner, m_pTabWin, and m_vTableConnection.
|
inline |
Definition at line 54 of file QueryTabWinUndoAct.hxx.
References m_vTableConnection.
Referenced by dbaui::OQueryTableView::ShowTabWin().
|
inline |
Definition at line 56 of file QueryTabWinUndoAct.hxx.
References m_vTableConnection.
Referenced by dbaui::OQueryTableView::HideTabWin().
|
overridepure virtual |
Reimplemented from SfxUndoAction.
Implemented in dbaui::OQueryTabWinShowUndoAct, and dbaui::OQueryTabWinDelUndoAct.
|
inline |
Definition at line 45 of file QueryTabWinUndoAct.hxx.
References m_bOwnerOfObjects.
Referenced by dbaui::OQueryTableView::HideTabWin(), dbaui::OQueryTabWinShowUndoAct::Redo(), dbaui::OQueryTabWinDelUndoAct::Redo(), dbaui::OQueryTableView::ShowTabWin(), dbaui::OQueryTabWinShowUndoAct::Undo(), and dbaui::OQueryTabWinDelUndoAct::Undo().
|
inline |
Definition at line 51 of file QueryTabWinUndoAct.hxx.
References m_pTabWin.
|
overridepure virtual |
Reimplemented from SfxUndoAction.
Implemented in dbaui::OQueryTabWinShowUndoAct, and dbaui::OQueryTabWinDelUndoAct.
|
protected |
Definition at line 38 of file QueryTabWinUndoAct.hxx.
Referenced by SetOwnership(), and ~OQueryTabWinUndoAct().
|
protected |
Definition at line 37 of file QueryTabWinUndoAct.hxx.
Referenced by dbaui::OQueryTabWinShowUndoAct::Redo(), dbaui::OQueryTabWinDelUndoAct::Redo(), SetTabWin(), dbaui::OQueryTabWinShowUndoAct::Undo(), dbaui::OQueryTabWinDelUndoAct::Undo(), and ~OQueryTabWinUndoAct().
|
protected |
Definition at line 36 of file QueryTabWinUndoAct.hxx.
Referenced by GetTabConnList(), InsertConnection(), and ~OQueryTabWinUndoAct().