LibreOffice Module dbaccess (master) 1
|
#include <RelControliFace.hxx>
Public Member Functions | |
virtual | ~IRelationControlInterface () |
virtual void | setValid (bool _bValid)=0 |
setValid set the valid inside, can be used for OK buttons More... | |
virtual void | notifyConnectionChange ()=0 |
notifyConnectionChange is callback which is called when the table selection has changed and a new connection exists More... | |
Definition at line 23 of file RelControliFace.hxx.
|
inlinevirtual |
Definition at line 26 of file RelControliFace.hxx.
|
pure virtual |
notifyConnectionChange is callback which is called when the table selection has changed and a new connection exists
_pConnectionData | the connection which exists between the new tables |
Implemented in dbaui::ORelationDialog, and dbaui::DlgQryJoin.
Referenced by dbaui::ORelationControl::setWindowTables().
|
pure virtual |
setValid set the valid inside, can be used for OK buttons
_bValid | true when the using control allows an update |
Implemented in dbaui::ORelationDialog, and dbaui::DlgQryJoin.
Referenced by dbaui::OTableListBoxControl::NotifyCellChange().