From: Sam S. <sam...@gm...> - 2005-11-20 14:19:58
|
On Nov 19, 2005, at 11:59 PM, Atani wrote: > For the "Cursor" Drawable, instead of having two constructors which do > essentially the same thing.. How about a single constructor which > takes > a Drawable with a default value of NULL. Done, committed. > Can you clean up the headers/cpp files to declare > the namespaces instead of using them in the declarations. Done, committed. > > What is imageSet and menuList? > imageSet is an extension of Banner that holds a vector<> of textures and lets you select which one to display by index. It does a neat blending transition into the new selection when it changes. It's used on the TikiBlap level selector to show screenshots of the levels. menuList (this could use a better name) displays a set of text items with a banner behind them and another banner as the selection bar. The selection bar will use logxymover to slide up/down when the selection changes. This will also be mouse-aware soon, so the selection will follow the mouse location if the mouse is inside its bounds. -Sam |