]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/TocWidget.h
* fix spelling in comments to please John.
[lyx.git] / src / frontends / qt4 / TocWidget.h
index 809d4600f3fa3318654335c6e49d3ba3abb579fb..d2ca8b83758cc19636b0b048ad6f7b336ab412b2 100644 (file)
@@ -36,8 +36,11 @@ public:
 
        /// Initialise GUI.
        void init(QString const & str);
-
+       ///
        void doDispatch(Cursor & cur, FuncRequest const & fr);
+       ///
+       bool getStatus(Cursor & cur, FuncRequest const & fr, FuncStatus & status)
+               const;
 
 public Q_SLOTS:
        /// Update the display of the dialog whilst it is still visible.
@@ -70,6 +73,9 @@ private:
        void setTreeDepth(int depth);
        ///
        void outline(int func_code);
+       /// finds the inset that is connected to the current item,
+       /// if any, otherwise return null
+       Inset * itemInset() const;
        ///
        QString current_type_;