mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Put back doxygen comments deleted from lyx_gui.h.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15212 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
85d2e4b917
commit
f1d2dfadbc
@ -46,12 +46,19 @@ public:
|
||||
///
|
||||
virtual ~Application() {}
|
||||
|
||||
/// Start the main event loop, after executing the given batch
|
||||
/// commands.
|
||||
int start(std::string const & batch);
|
||||
///
|
||||
virtual Gui & gui() = 0;
|
||||
///
|
||||
virtual int const exec() = 0;
|
||||
///
|
||||
|
||||
/// Quit running LyX.
|
||||
/**
|
||||
* This may either quit directly or record the exit status
|
||||
* and only stop the event loop.
|
||||
*/
|
||||
virtual void exit(int status) = 0;
|
||||
|
||||
///
|
||||
@ -81,7 +88,7 @@ public:
|
||||
BufferList & bufferList();
|
||||
BufferList const & bufferList() const;
|
||||
|
||||
///
|
||||
/// Create the main window with given geometry settings.
|
||||
LyXView & createView(unsigned int width, unsigned int height,
|
||||
int posx, int posy, bool maximize);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user