28#ifndef GEOMTOOLSGUI_PUBLISHDLG_H
29#define GEOMTOOLSGUI_PUBLISHDLG_H
36#include <QTreeWidgetItem>
41#include <SALOMEDSClient.hxx>
46class SalomeApp_DataObject;
48typedef QPair<QString, QString>
Pair;
62 void buildTree(SalomeApp_DataObject* theItem);
65 void getDrawableList(
QTreeWidgetItem* theItem, QList<QTreeWidgetItem*>& theList);
66 void getTails(
QTreeWidgetItem* theItem, QList<QTreeWidgetItem*>& theList);
71 void clickOnSelectAll();
72 void clickOnUnSelectAll();