Ignore:
Timestamp:
05/12/04 20:22:24 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mbase
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mbase/BaseLinkDef.h

    r3921 r4058  
    4747#pragma link C++ class MGTask+;
    4848#pragma link C++ class MGList+;
     49#pragma link C++ class MGMap+;
    4950#pragma link C++ class MGGroupFrame+;
     51
     52// Root enhancements
     53//#pragma link C++ class MGraph+;
    5054
    5155// Basic containers
  • trunk/MagicSoft/Mars/mbase/MGMap.cc

    r4057 r4058  
    5252using namespace std;
    5353
     54//
     55// THIS IS A WORKAROUND TO GET A MORE DIRECT ACCESS TO TGX11
     56//
     57/*
    5458#include <TGX11.h>
    5559class MGX11 : public TGX11
     
    114118    }
    115119};
    116 
     120*/
    117121// --------------------------------------------------------------------------
    118122//
     
    187191//        find a way to get it from the drawable.
    188192//
     193/*
    189194void MGMap::Paint(Drawable_t id, Float_t scale)
    190195{
     
    206211    }
    207212}
     213*/
    208214
    209215// --------------------------------------------------------------------------
  • trunk/MagicSoft/Mars/mbase/MGMap.h

    r4057 r4058  
    3636
    3737    void     Paint(Option_t *o="");
    38     void     Paint(Drawable_t id, Float_t scale);
    3938    void     Paint(unsigned char *buf, int w, int h, Float_t scale);
     39    //void     Paint(Drawable_t id, Float_t scale);
    4040
    4141    Int_t    Color(int col);
  • trunk/MagicSoft/Mars/mbase/Makefile

    r3927 r4058  
    3636           MSearch.cc \
    3737           MGMenu.cc \
     38           MGMap.cc \
    3839           MIter.cc \
    3940           MDirIter.cc \
Note: See TracChangeset for help on using the changeset viewer.