// ========= Start of MainDwg.h generated code ========== #ifndef MAINDWG_H #define MAINDWG_H // MainDwg.h from MainDwg by pfodGUIdesigner V1.0.4192 /* (c)2022 Forward Computing and Control Pty. Ltd. NSW Australia, www.forward.com.au This code is not warranted to be fit for any purpose. You may only use it at your own risk. This code may be freely used for both private and commercial use Provided this copyright is maintained. */ #include #include #include class MainDwg : public pfodDrawing { public: MainDwg(pfodParser* parserPtr, pfodDwgs* dwgsPtr); bool sendDwg(); // returns is dwg sent else false i.e. not this dwg's loadCmd bool processDwgCmds(); // return true if handled else false private: void sendFullDrawing(long dwgIdx); void sendUpdate(); void drawDwg0(); void updateDwg(); bool forceReload; void printDwgCmdReceived(Print* outPtr); }; #endif // ========= End of MainDwg.h generated code ==========