[TD]fix PrintAll output to printer

This commit is contained in:
wandererfan
2022-09-12 15:07:38 -04:00
committed by WandererFan
parent f99ff1b429
commit 3ca81a7916
3 changed files with 39 additions and 25 deletions

View File

@@ -91,6 +91,7 @@ public:
*/
double getPageHeight() const;
const char* getPageOrientation() const;
int getOrientation() const;
bool isUnsetting() { return nowUnsetting; }
void requestPaint();
std::vector<App::DocumentObject*> getAllViews() ;