/[projectaxis]/projectaxis/projectAxis/src/core/pointerhub.cpp
ViewVC logotype

Diff of /projectaxis/projectAxis/src/core/pointerhub.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by leiavoia, Fri Jul 25 21:22:21 2003 UTC revision 1.2 by leiavoia, Wed Aug 20 18:20:36 2003 UTC
# Line 17  RenderMan* PointerHub::rm; Line 17  RenderMan* PointerHub::rm;
17  Map* PointerHub::themap;  Map* PointerHub::themap;
18  PG_MapWindow* PointerHub::mw;  PG_MapWindow* PointerHub::mw;
19  PG_Label* PointerHub::status;  PG_Label* PointerHub::status;
20    TurnMgr* PointerHub::turnmgr;
21    
22    
23    
# Line 35  PG_MapWindow* PointerHub::GetMapWIndow() Line 35  PG_MapWindow* PointerHub::GetMapWIndow()
35    
36  void PointerHub::SetStatus(PG_Label* s) { status = s; }  void PointerHub::SetStatus(PG_Label* s) { status = s; }
37  PG_Label* PointerHub::GetStatus() { return status ? status : NULL; }  PG_Label* PointerHub::GetStatus() { return status ? status : NULL; }
38    
39    void PointerHub::SetTurnMgr(TurnMgr* tm) { turnmgr = tm; }
40    TurnMgr* PointerHub::GetTurnMgr() { return turnmgr; }
41    
42    
43    

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26