lp://staging/~posulliv/drizzle/mybitmap-as-class

Created by Padraig O'Sullivan and last modified
Get this branch:
bzr branch lp://staging/~posulliv/drizzle/mybitmap-as-class
Only Padraig O'Sullivan can upload to this branch. If you are Padraig O'Sullivan please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Padraig O'Sullivan
Project:
Drizzle
Status:
Development

Recent revisions

1068. By Padraig O'Sullivan

Syncing with Brian's changes in his new-cleanup branch in my_bitmap.

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.

1062. By Brian Aker <brian@gaz>

Merge for STaging

1061. By Brian Aker <brian@gaz>

Merge Jay

1060. By Brian Aker <brian@gaz>

Merge Monty

1059. By Brian Aker <brian@gaz>

Merge Eric

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar pack repository format 1 (needs bzr 0.92)
This branch contains Public information 
Everyone can see this information.