#include <AH/STL/utility>#include <Display/Bitmaps/XBitmaps.hpp>#include <Display/DisplayElement.hpp>#include <MIDI_Inputs/InterfaceMIDIInputElements.hpp>
Include dependency graph for BitmapDisplay.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | BitmapDisplay< Value_t > |
A class that displays a bitmap depending on the state of a MIDINote or any other object that has a getValue() method that returns true (or anything that evaluates to true) when the bitmap has to be displayed, as wel as a pair of getDirty()/clearDirty() methods to determine whether the display has to be updated. More... | |