cheshirekow
v0.1.0
|
support utilities for GTKmm More...
Classes | |
struct | DerivedTypes |
maps a widget or object class to their pointer and map types More... | |
class | EigenCairo |
wrapper for cairo context which adds methods allowing for eigen vector typed points More... | |
struct | GetTypes |
maps a class to the pointer type and map type corresponding to it, default is a widget map whose pointer types are regular points More... | |
struct | GetTypes< T, ObjectType > |
specialization for object types More... | |
struct | GetTypes< T, WidgetType > |
sepecialization for widget types More... | |
class | LayoutMap |
stores typed maps from string names -> pointers or RefPtrs depending on if the pointed-to object is a widget or an object More... | |
class | ObjectMapBase |
base class for a map of string names -> object RefPtrs More... | |
struct | ObjectType |
class | PanZoomView |
A drawing area with built in mouse handlers for pan-zoom control. More... | |
class | SimpleView |
a very simple drawing area which just rescales the area to (0,0),(1,1) and emits the context via a signal so that things can draw themselves More... | |
struct | TypeOf |
maps a Gtk:: class to either a WidgetType or an ObjectType, default is WidgetType More... | |
struct | TypeOf< Gtk::Adjustment > |
struct | TypeOf< Gtk::EntryBuffer > |
struct | TypeOf< Gtk::TextBuffer > |
class | WidgetMapBase |
base class for a map of string names -> widget pointers More... | |
struct | WidgetType |
support utilities for GTKmm