Change to things to make performance testing easier
[ipdf/code.git] / src / controlpanel.h
index 67eff64..ce7c3d9 100644 (file)
@@ -61,6 +61,7 @@ namespace IPDF
                private slots:
                        void SetGPURendering();
                        void SetCPURendering();
+                       void ToggleLazyRendering();
                        void ToggleShowBezierBounds();
                        void ToggleShowBezierType();
                        void ToggleShowFillBounds();
@@ -104,6 +105,7 @@ namespace IPDF
                        QAction * m_screen_gpu_rendering;
                        QAction * m_screen_cpu_rendering;
                        QAction * m_screen_show_debug;
+                       QAction * m_screen_lazy_rendering;
                        
                        QAction * m_document_set_font;
                        QAction * m_document_insert_text;
@@ -116,7 +118,6 @@ namespace IPDF
                        QAction * m_view_show_fill_points;
                        QAction * m_view_enable_shading;
                        
-                       
                
                        QTextEdit * m_text_edit;
                        QPushButton * m_ok_button;

UCC git Repository :: git.ucc.asn.au