lp://staging/~posulliv/drizzle/mybitmap-as-class
- Get this branch:
- bzr branch lp://staging/~posulliv/drizzle/mybitmap-as-class
Branch merges
Branch information
Recent revisions
- 1067. By Padraig O'Sullivan
-
Replacing malloc and free with new and delete in MyBitmap. Also, fixing up
the copy constuctor and assignment operator. - 1066. By Padraig O'Sullivan
-
Further encapsulation of the MyBitmap class.
In this patch, I made all data members private and added getter/setter
methods for those data members when appropriate. I've also tried to use
doxygen comments for functions whenever possible.I also renamed methods of the class to follow the coding conventions as laid
out on the wiki; specifically, all class methods use camel case. - 1065. By Padraig O'Sullivan
-
Make the MyBitmap class more encapsulated. Also trying to add doxygen
comments whenever possible. - 1064. By Padraig O'Sullivan
-
Added copy constructor, desctructor and overloaded the assignment operator in the
MyBitmap class. This removed the need for the bitmap_free() function which
was never called anywhere anyway. - 1063. By Padraig O'Sullivan
-
Converted MY_BITMAP from a struct to a class which is now named MyBitmap.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar pack repository format 1 (needs bzr 0.92)