]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiExternal.h
GuiTabular, InsetTabular: fix http://bugzilla.lyx.org/show_bug.cgi?id=5752
[lyx.git] / src / frontends / qt4 / GuiExternal.h
index 3a41a1833b1db3c90682353126c9560f85c8c720..e1157e977c3e9935f4e757b2f6828df10cd708ce 100644 (file)
@@ -17,8 +17,6 @@
 #include "GuiDialog.h"
 #include "ui_ExternalUi.h"
 
-#include "support/types.h"
-
 #include "insets/InsetExternal.h"
 
 #include <QHash>
@@ -37,7 +35,6 @@ private Q_SLOTS:
        void bbChanged();
        void browseClicked();
        void change_adaptor();
-       void editClicked();
        void extraChanged(const QString &);
        void formatChanged(const QString &);
        void getbbClicked();
@@ -57,11 +54,9 @@ private:
        void updateContents();
        /// Helper function called when the template is changed.
        void updateTemplate();
-       /// get bounding box from file
-       void getBB();
-
        ///
-       MapType extra_;
+       bool usingScale() const;
+
        ///
        bool initialiseParams(std::string const & data);
        /// clean-up on hide.
@@ -71,16 +66,12 @@ private:
        ///
        bool isBufferDependent() const { return true; }
 
-       ///
-       void editExternal();
        ///
        QString browse(QString const & input_file,
                                 QString const & template_name) const;
 
-       /// Read the Bounding Box from a eps or ps-file
-       std::string const readBB(std::string const & file);
        ///
-private:
+       MapType extra_;
        ///
        InsetExternalParams params_;
        ///