Ignore:
Timestamp:
Sep 17, 2007, 2:32:28 PM (17 years ago)
Author:
garnier
Message:

r595@mac-90108: laurentgarnier | 2007-09-17 14:35:37 +0200
correction ticket #68

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/geant4/interfaces/basic/src/G4UIQt_moc.cc

    r526 r577  
    22** Meta object code from reading C++ file 'G4UIQt.hh'
    33**
    4 ** Created: Fri Jun 22 15:30:23 2007
     4** Created: Mon Sep 17 14:28:15 2007
    55**      by: The Qt Meta Object Compiler version 59 (Qt 4.2.2)
    66**
     
    2323       0,       // classname
    2424       0,    0, // classinfo
    25        7,   10, // methods
     25       8,   10, // methods
    2626       0,    0, // properties
    2727       0,    0, // enums/sets
     
    3535      79,   31,   31,   31, 0x08,
    3636     103,   31,   31,   31, 0x08,
    37      122,   31,   31,   31, 0x08,
    38      141,   31,   31,   31, 0x08,
     37     126,  175,   31,   31, 0x08,
     38     177,   31,   31,   31, 0x08,
     39     196,   31,   31,   31, 0x08,
    3940
    4041       0        // eod
     
    4445    "G4UIQt\0myClicked(QString)\0text\0\0"
    4546    "ClearButtonCallback()\0CommandEnteredCallback()\0"
    46     "ButtonCallback(QString)\0HelpTreeCallback()\0"
    47     "ShowHelpCallback()\0CommandHistoryCallback()\0"
     47    "ButtonCallback(QString)\0HelpTreeClicCallback()\0"
     48    "HelpTreeDoubleClicCallback(QTreeWidgetItem*,int)\0"
     49    ",\0ShowHelpCallback()\0CommandHistoryCallback()\0"
    4850};
    4951
     
    8183        case 2: CommandEnteredCallback(); break;
    8284        case 3: ButtonCallback((*reinterpret_cast< const QString(*)>(_a[1]))); break;
    83         case 4: HelpTreeCallback(); break;
    84         case 5: ShowHelpCallback(); break;
    85         case 6: CommandHistoryCallback(); break;
     85        case 4: HelpTreeClicCallback(); break;
     86        case 5: HelpTreeDoubleClicCallback((*reinterpret_cast< QTreeWidgetItem*(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2]))); break;
     87        case 6: ShowHelpCallback(); break;
     88        case 7: CommandHistoryCallback(); break;
    8689        }
    87         _id -= 7;
     90        _id -= 8;
    8891    }
    8992    return _id;
Note: See TracChangeset for help on using the changeset viewer.