Ignore:
Timestamp:
12/11/07 13:25:44 (17 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/QtInterface/QtGlRenderer.h

    r2563 r2564  
    120120 
    121121  void SetHideByCost(bool); 
    122   void SetTransparency(bool); 
     122  void SetUseTransparency(bool); 
    123123}; 
    124124 
     
    155155 
    156156        float mTransparency; 
     157        bool mUseTransparency; 
    157158 
    158159        // some statistics 
     
    334335        void SetHideByCost(bool b) { 
    335336                mHideByCost = b; 
     337                updateGL(); 
     338        } 
     339 
     340        void SetUseTransparency(bool b) { 
     341                mUseTransparency = b; 
    336342                updateGL(); 
    337343        } 
Note: See TracChangeset for help on using the changeset viewer.