Ignore:
Timestamp:
Jun 25, 2007, 5:30:05 PM (17 years ago)
Author:
garnier
Message:

r655@mac-90108: laurentgarnier | 2007-06-22 15:33:05 +0200
corrections de mises en forme

File:
1 edited

Legend:

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

    r524 r526  
    108108  G4bool GetHelpChoice(G4int&) ;// have to be implemeted because we heritate from G4VBasicShell
    109109  void ExitHelp();// have to be implemeted because we heritate from G4VBasicShell
    110   bool eventFilter(QObject*,QEvent*);
     110  bool EventFilter(QObject*,QEvent*);
    111111
    112112private:
     
    122122  QTextEdit *fHelpArea;
    123123  QListWidget *fCommandHistoryArea;
    124   QSignalMapper *signalMapper ;
    125124  QTreeWidget *fHelpTreeWidget;
    126125  QDialog *fHelpDialog;
     
    130129
    131130private slots :
    132   void clearButtonCallback();
    133   void commandEnteredCallback();
    134   void buttonCallback(const QString&);
    135   void helpTreeCallback();
    136   void showHelpCallback();
    137   void commandHistoryCallback();
     131  void ClearButtonCallback();
     132  void CommandEnteredCallback();
     133  void ButtonCallback(const QString&);
     134  void HelpTreeCallback();
     135  void ShowHelpCallback();
     136  void CommandHistoryCallback();
    138137};
    139138
Note: See TracChangeset for help on using the changeset viewer.