28 #ifndef GEOMTOOLSGUI_PUBLISHDLG_H 
   29 #define GEOMTOOLSGUI_PUBLISHDLG_H 
   36 #include <QTreeWidgetItem> 
   41 #include <SALOMEDSClient.hxx> 
   46 class SalomeApp_DataObject;
 
   48 typedef QPair<QString, QString> 
Pair;
 
   62   void               buildTree(_PTR(Study) theStudy, 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();
 
   84 #endif //GEOMTOOLSGUI_PUBLISHDLG_H