00001 #ifndef SCTDATADISPLAY_TRIMRANGEDISPLAYER_H 00002 #define SCTDATADISPLAY_TRIMRANGEDISPLAYER_H 00003 00004 #include "Displayer.h" 00005 00006 namespace SctDataDisplay { 00007 00012 class TrimRangeDisplayer : public Displayer { 00013 public: 00014 shared_ptr<DisplayData> display(shared_ptr<const Sct::Serializable> data, const DisplayInfo& info, std::ostream& os); 00015 00016 private: 00017 static bool inMap; 00018 }; 00019 } 00020 00021 #endif //SCTDATADISPLAY_TRIMRANGEDISPLAYER_H