~johbjo/qpdfview/invertlight

« back to all changes in this revision

Viewing changes to sources/settings.h

  • Committer: Johan Björklund
  • Date: 2020-12-26 10:05:57 UTC
  • Revision ID: johbjo09@gmail.com-20201226100557-owt2hsu4xufn2rvo
Invert light 

Show diffs side-by-side

added added

removed removed

Lines of Context:
259
259
        bool invertColors() const;
260
260
        void setInvertColors(bool invertColors);
261
261
 
 
262
        bool invertLight() const;
 
263
        void setInvertLight(bool invertLight);
 
264
 
262
265
        bool convertToGrayscale() const;
263
266
        void setConvertToGrayscale(bool convertToGrayscale);
264
267
 
601
604
        static Rotation rotation() { return RotateBy0; }
602
605
 
603
606
        static bool invertColors() { return false; }
 
607
        static bool invertLight() { return false; }
604
608
        static bool convertToGrayscale() { return false; }
605
609
        static bool trimMargins() { return false; }
606
610