rt300@6: // rt300@6: // PresetView.h rt300@6: // riftathon rt300@6: // rt300@6: // Created by Robert Tubb on 17/10/2014. rt300@6: // rt300@6: // rt300@6: rt300@6: #ifndef __riftathon__PresetView__ rt300@6: #define __riftathon__PresetView__ rt300@6: rt300@6: #include rt300@6: rt300@6: #include "presetManager.h" rt300@6: #include "UIElement.h" rt300@6: rt300@6: class PresetIconView : public UIElement { rt300@6: string imageFileName; rt300@6: rt300@6: ofImage image; rt300@6: string name; rt300@6: rt300@6: rt300@6: rt300@6: void draw(); rt300@6: rt300@6: rt300@6: }; rt300@6: rt300@6: #endif /* defined(__riftathon__PresetView__) */