Ignore:
Timestamp:
Jan 24, 2008, 7:06:27 PM (16 years ago)
Author:
garnier
Message:

debut de la zone de recherche sur le Help

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/geant4/interfaces/basic/include/G4UIQt.hh

    r688 r695  
    3939
    4040#include <qobject.h>
     41#include <qhash.h>
    4142
    4243class QMainWindow;
     
    7475//
    7576// Class description - end :
     77
    7678
    7779class G4UIQt : public QObject, public G4VBasicShell, public G4VInteractiveSession {
     
    119121  void ExitHelp();// have to be implemeted because we heritate from G4VBasicShell
    120122  bool eventFilter(QObject*,QEvent*);
     123  void ActivateCommand(G4String);
     124  QHash<QString, int> LookForHelpStringInChildTree(G4UIcommandTree *,const QString&);
     125
    121126
    122127private:
     
    139144#endif
    140145  QDialog *fHelpDialog;
    141 
     146  QLineEdit *helpLine;
     147 
    142148signals :
    143149  void myClicked(const QString &text);
     
    152158  void ShowHelpCallback();
    153159  void CommandHistoryCallback();
     160  void lookForHelpStringCallback();
    154161};
    155162
Note: See TracChangeset for help on using the changeset viewer.