COOPY » Guide
version 0.6.5
|
00001 #ifndef COOPY_HIGHLIGHTER 00002 #define COOPY_HIGHLIGHTER 00003 00004 #include <coopy/DataSheet.h> 00005 #include <coopy/TextBook.h> 00006 00007 namespace coopy { 00008 namespace store { 00009 class Highlighter; 00010 } 00011 } 00012 00013 class coopy::store::Highlighter { 00014 public: 00015 bool apply(DataSheet& sheet); 00016 bool apply(TextBook& book); 00017 }; 00018 00019 #endif 00020