Bugfixes, performance fixes, tears.
[ipdf/code.git] / src / controlpanel.h
index 90394f8..ce7c3d9 100644 (file)
@@ -61,7 +61,13 @@ namespace IPDF
                private slots:
                        void SetGPURendering();
                        void SetCPURendering();
+                       void ToggleLazyRendering();
+                       void ToggleShowBezierBounds();
+                       void ToggleShowBezierType();
+                       void ToggleShowFillBounds();
+                       void ToggleShowFillPoints();
                        void ToggleScreenDebugFont();
+                       void ToggleEnableShading();
                        void SetViewBounds();
                        void LoadSVGIntoDocument();
                        void SetDocumentFont();
@@ -99,12 +105,18 @@ 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;
                        QAction * m_document_parse_svg;
                        QAction * m_document_load_svg;
                        QAction * m_view_set_bounds;
+                       QAction * m_view_show_bezier_bounds;
+                       QAction * m_view_show_bezier_type;
+                       QAction * m_view_show_fill_bounds;
+                       QAction * m_view_show_fill_points;
+                       QAction * m_view_enable_shading;
                        
                
                        QTextEdit * m_text_edit;

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