#ifndef BlankControl_h #define BlankControl_h #include "pfodControl.h" class BlankControl : public pfodControl { public: BlankControl(char _cmd, pfodDwgs *_dwgsPtr); void draw(); void update(); char getCmd(); private: char buttonCmd; int z_idx; }; #endif // MyControl_h