Ignore:
Timestamp:
Jun 14, 2007, 5:39:50 PM (17 years ago)
Author:
garnier
Message:

r619@mac-90108: laurentgarnier | 2007-06-14 14:26:03 +0200
ne compile pas, mais on avance

File:
1 edited

Legend:

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

    r507 r509  
    101101  void TerminalHelp(G4String);
    102102  void CreateChildTree(QTreeWidgetItem*,G4UIcommandTree*);
     103  QString GetCommandList(G4UIcommand*);
    103104
    104105  void ExitHelp();
     
    115116  QLineEdit * fCommandArea;
    116117  QTextEdit *fTextArea;
     118  QTextEdit *fHelpArea;
    117119  QTextEdit *fCommandHistoryArea;
    118120  QSignalMapper *signalMapper ;
     
    125127  void commandEnteredCallback();
    126128  void buttonCallback(const QString&);
     129  void helpTreeCallback(const QString&);
    127130};
    128131
Note: See TracChangeset for help on using the changeset viewer.