X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fqt4%2FTocWidget.h;h=d2ca8b83758cc19636b0b048ad6f7b336ab412b2;hb=425d092204118ea6c24c28e85fdf03fcf2bb51a4;hp=c7bb80dca9ba0d56054dbf534ea5c289fada03be;hpb=a465fcb55e268417dfce3d8ef2a4755724087c4f;p=lyx.git diff --git a/src/frontends/qt4/TocWidget.h b/src/frontends/qt4/TocWidget.h index c7bb80dca9..d2ca8b8375 100644 --- a/src/frontends/qt4/TocWidget.h +++ b/src/frontends/qt4/TocWidget.h @@ -36,8 +36,11 @@ public: /// Initialise GUI. void init(QString const & str); - - void doDispatch(Cursor const & cur, FuncRequest const & fr); + /// + 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_;