"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "uppsrc/ScatterDraw/MarkPlot.h" between
upp-x11-src-13648.tar.gz and upp-x11-src-13659.tar.gz

About: Ultimate++ is a C++ cross-platform rapid application development framework. Stable release.

MarkPlot.h  (upp-x11-src-13648):MarkPlot.h  (upp-x11-src-13659)
skipping to change at line 43 skipping to change at line 43
typeNumber().Remove(i); typeNumber().Remove(i);
typeString().Remove(i); typeString().Remove(i);
} }
static String TypeName(int i) {return typeMap()[i]; } static String TypeName(int i) {return typeMap()[i]; }
static int TypeIndex(const String& name) {return classMap().Fi nd(name);} static int TypeIndex(const String& name) {return classMap().Fi nd(name);}
static int GetCount() {return classMap().Ge tCount();} static int GetCount() {return classMap().Ge tCount();}
static MarkPlot* Create(int i) {return classMap( )[i]();} static MarkPlot* Create(int i) {return classMap( )[i]();}
static Vector<String> GetTypes() {return clone(typeMap ()).PickValues();} static Vector<String> GetTypes() {return clone(typeMap ()).PickValues();}
int GetType() const {return typeMap().Find(typeid(*this).name());} int GetType() const {return typeMap().Find(typeid(*this).name());}
MarkPlot* Copy()const; MarkPlot* Copy()const;
bool IsMultiPlot() {return multiPlot;} bool IsMultiPlot() const {return multiPlot;}
static int GetTypeCount(int iM) {return typeNumbe r()[iM];} static int GetTypeCount(int iM) {return typeNumbe r()[iM];}
static String TypeString(int iM, int iT) {return t ypeString()[iM][iT];} static String TypeString(int iM, int iT) {return t ypeString()[iM][iT];}
virtual int GetTypeCount() {return 0;} virtual int GetTypeCount() {return 0;}
virtual const char **TypeString() { return NULL;} virtual const char **TypeString() { return NULL;}
void SetTypeType(int _type) { this->type = _type;} void SetTypeType(int _type) { this->type = _type;}
int GetTypeType() {return type;} int GetTypeType() {return type;}
protected: protected:
 End of changes. 1 change blocks. 
1 lines changed or deleted 1 lines changed or added

Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)