Changeset 1953 for trunk/MagicSoft/Cosy/gui/MGCosy.h
- Timestamp:
- 04/12/03 19:06:27 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Cosy/gui/MGCosy.h
r1760 r1953 49 49 MGList *fList; 50 50 51 TGLabel **fLabel1;52 TGLabel **fLabel2;53 TGLabel **fLabel3;51 TGLabel *fLabel1; 52 TGLabel *fLabel2; 53 TGLabel *fLabel3; 54 54 55 55 TGLabel *fOffsetZd; … … 104 104 void StartPos(); 105 105 void StartTrack(); 106 void StartTrackPos(); 106 107 void StartDemo(); 107 void StartCalib();108 //void StartCalib(); 108 109 void StartTPoint(); 109 110 … … 121 122 void CloseWindow(); 122 123 123 TGLabel * *GetLabel1() const { return fLabel1; }124 TGLabel * *GetLabel2() const { return fLabel2; }125 TGLabel * *GetLabel3() const { return fLabel3; }124 TGLabel *GetLabel1() const { return fLabel1; } 125 TGLabel *GetLabel2() const { return fLabel2; } 126 TGLabel *GetLabel3() const { return fLabel3; } 126 127 127 128 TGListBox *GetLog() const { return fLog; }
Note:
See TracChangeset
for help on using the changeset viewer.