Cruft removal.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8610 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Angus Leeming 2004-04-05 18:17:47 +00:00
parent 678d4d3ce8
commit d75a027942
2 changed files with 7 additions and 6 deletions

View File

@ -1,3 +1,7 @@
2004-04-05 Angus Leeming <leeming@lyx.org>
* Dialogs.h: remove redundant header file. Clean up comments.
2004-03-31 Angus Leeming <leeming@lyx.org>
* Dialogs.[Ch]: remove all the cruft needed by the original

View File

@ -13,15 +13,12 @@
#include <boost/utility.hpp>
#include <boost/signals/signal0.hpp>
#include <boost/signals/signal1.hpp>
class Dialog;
class InsetBase;
class LyXView;
/** Container of all dialogs and signals a LyXView needs or uses to access them
The list of dialog signals isn't comprehensive but should be a good guide
for any future additions. Remember don't go overboard -- think minimal.
/** Container of all dialogs.
*/
class Dialogs : boost::noncopyable
{
@ -75,12 +72,12 @@ public:
void show(std::string const & name, std::string const & data, InsetBase * inset);
/** \param name == "citation", "bibtex" etc; an identifier used
to update the contents of a particular dialog with \param data .
to update the contents of a particular dialog with \param data.
See the comments to 'show', above.
*/
void update(std::string const & name, std::string const & data);
/// is the dialog currently visible?
/// Is the dialog currently visible?
bool visible(std::string const & name) const;
/** All Dialogs of the given \param name will be closed if they are