Ignore:
Timestamp:
Jun 15, 2007, 2:33:46 PM (17 years ago)
Author:
garnier
Message:

r630@mac-90108: laurentgarnier | 2007-06-15 14:37:13 +0200
un peu de menage et tentative de passage d arguments dans l aide

File:
1 edited

Legend:

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

    r512 r513  
    9898private:
    9999  void SecondaryLoop(G4String); // a VIRER
    100   G4bool GetHelpChoice(G4int&);
    101100  void TerminalHelp(G4String);
    102   void CreateChildTree(QTreeWidgetItem*,G4UIcommandTree*);
     101  void CreateChildTree(QTreeWidgetItem*,G4UIcommandTree*,G4UIcommand*);
    103102  QString GetCommandList(G4UIcommand*);
    104103
    105   void ExitHelp();
    106104private:
    107105
     
    110108  //  static void commandEnteredCallback(Widget,XtPointer,XtPointer);
    111109  //  static void keyHandler(Widget,XtPointer,XEvent*,Boolean*);
    112   G4bool fHelp;
    113   G4int fHelpChoice;
    114110  QMainWindow * fMainWindow;
    115111  QLabel *fCommandLabel;
     
    120116  QSignalMapper *signalMapper ;
    121117  QTreeWidget *fHelpTreeWidget;
     118  QDialog *fHelpDialog;
     119
    122120signals :
    123121  void myClicked(const QString &text);
     
    128126  void buttonCallback(const QString&);
    129127  void helpTreeCallback();
     128  void showHelp();
    130129};
    131130
Note: See TracChangeset for help on using the changeset viewer.