summaryrefslogtreecommitdiffstats
path: root/dbaccess/source/ui/browser/dbtreeview.hxx
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2000-12-10 15:12:18 +0000
committerFrank Schönheit <fs@openoffice.org>2000-12-10 15:12:18 +0000
commitd1ac24e1bf5ab9b2a0207693ab1706fb040bb030 (patch)
tree9b8cfa3fead54355e42542be21690a31625478bb /dbaccess/source/ui/browser/dbtreeview.hxx
parentelementInserted/Replaced/Removed: check the argument (now that a derived clas... (diff)
downloadcore-d1ac24e1bf5ab9b2a0207693ab1706fb040bb030.tar.gz
core-d1ac24e1bf5ab9b2a0207693ab1706fb040bb030.zip
context menu in the list view / listener on the context for reflecting any changes dynamically
Diffstat (limited to 'dbaccess/source/ui/browser/dbtreeview.hxx')
-rw-r--r--dbaccess/source/ui/browser/dbtreeview.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/dbaccess/source/ui/browser/dbtreeview.hxx b/dbaccess/source/ui/browser/dbtreeview.hxx
index 24c963f696eb..89beb27ac2e2 100644
--- a/dbaccess/source/ui/browser/dbtreeview.hxx
+++ b/dbaccess/source/ui/browser/dbtreeview.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: dbtreeview.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: fs $ $Date: 2000-12-08 21:23:41 $
+ * last change: $Author: fs $ $Date: 2000-12-10 16:12:01 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -101,6 +101,9 @@ namespace dbaui
/// gets the currently set NodeExpansionHandler
Link GetPreExpandHandler() const;
+ void SetContextMenuHandler(const Link& _rHdl);
+ Link GetContextMenuHandler() const;
+
DBTreeListModel* getModel() const;
void setModel(DBTreeListModel* _pTreeModel);
void setSelectHdl(const Link& _rHdl);