view PresetView.h @ 11:91c3fba6e5b9

things can register for pd metronome events onTick gets back to search message organiser
author Robert Tubb <rt300@eecs.qmul.ac.uk>
date Mon, 20 Oct 2014 11:23:55 +0100
parents 92850a2b099c
children af71bf84660f
line wrap: on
line source
//
//  PresetView.h
//  riftathon
//
//  Created by Robert Tubb on 17/10/2014.
//
//

#ifndef __riftathon__PresetView__
#define __riftathon__PresetView__

#include <iostream>

#include "presetManager.h"
#include "UIElement.h"

class PresetIconView : public UIElement {
    string imageFileName;
    
    ofImage image;
    string name;
    
    
    
    void draw();
    
    
};

#endif /* defined(__riftathon__PresetView__) */