2002-06-18 15:44:30 +00:00
|
|
|
/**
|
2007-04-26 04:02:55 +00:00
|
|
|
* \file WorkArea.cpp
|
2002-09-05 15:14:23 +00:00
|
|
|
* This file is part of LyX, the document processor.
|
|
|
|
* Licence details can be found in the file COPYING.
|
2002-06-18 15:44:30 +00:00
|
|
|
*
|
2002-11-27 10:30:28 +00:00
|
|
|
* \author John Levon
|
2006-06-20 08:39:16 +00:00
|
|
|
* \author Abdelrazak Younes
|
2002-09-05 14:10:50 +00:00
|
|
|
*
|
2003-08-23 00:17:00 +00:00
|
|
|
* Full author contact details are available in file CREDITS.
|
2002-06-25 15:59:10 +00:00
|
|
|
*
|
|
|
|
* Splash screen code added by Angus Leeming
|
2002-06-18 15:44:30 +00:00
|
|
|
*/
|
1999-09-27 18:44:28 +00:00
|
|
|
|
2002-06-18 15:44:30 +00:00
|
|
|
#include <config.h>
|
2000-02-18 22:22:42 +00:00
|
|
|
|
2006-10-07 16:15:06 +00:00
|
|
|
#include "frontends/WorkArea.h"
|
|
|
|
|
|
|
|
#include "frontends/Application.h"
|
|
|
|
#include "frontends/FontMetrics.h"
|
2007-08-21 07:33:46 +00:00
|
|
|
#include "frontends/LyXView.h"
|
2003-07-28 18:40:05 +00:00
|
|
|
|
2001-06-25 00:06:33 +00:00
|
|
|
#include "BufferView.h"
|
2007-04-26 04:41:58 +00:00
|
|
|
#include "Buffer.h"
|
|
|
|
#include "BufferParams.h"
|
2007-08-21 07:33:46 +00:00
|
|
|
#include "Color.h"
|
2007-04-26 04:41:58 +00:00
|
|
|
#include "CoordCache.h"
|
2007-04-26 14:56:30 +00:00
|
|
|
#include "Cursor.h"
|
2002-06-18 15:44:30 +00:00
|
|
|
#include "debug.h"
|
2007-04-29 18:17:15 +00:00
|
|
|
#include "Font.h"
|
2007-08-21 07:33:46 +00:00
|
|
|
#include "FuncRequest.h"
|
2007-09-17 18:41:03 +00:00
|
|
|
#include "KeySymbol.h"
|
2007-08-21 07:33:46 +00:00
|
|
|
#include "Language.h"
|
|
|
|
#include "LyXFunc.h"
|
2007-04-26 04:41:58 +00:00
|
|
|
#include "LyXRC.h"
|
|
|
|
#include "MetricsInfo.h"
|
2002-06-25 15:59:10 +00:00
|
|
|
|
2006-08-17 22:00:07 +00:00
|
|
|
#include "gettext.h"
|
Rename files in src/support, step one.
src/support/package.h src/support/Package.h Package
src/support/package.C.in src/support/Package.C.in Package
src/support/path.h src/support/Path.h Path
src/support/fs_extras.h src/support/fs_extras.h NOCLASSES
src/support/RandomAccessList.h src/support/RandomAccessList.h RandomAccessList
src/support/lyxmanip.h src/support/lyxmanip.h NOCLASSES
src/support/rename.C src/support/rename.cpp NOCLASSES
src/support/abort.C src/support/abort.cpp NOCLASSES
src/support/lyxlib.h src/support/lyxlib.h NOCLASSES
src/support/ExceptionMessage.h src/support/ExceptionMessage.h ExceptionMessage
src/support/copy.C src/support/copy.cpp NOCLASSES
src/support/limited_stack.h src/support/limited_stack.h limited_stack
src/support/filefilterlist.C src/support/FileFilterList.cpp ['FileFilterList', 'Filter']
src/support/cow_ptr.h src/support/cow_ptr.h cow_ptr
src/support/os_unix.C src/support/os_unix.cpp NOCLASSES
src/support/socktools.h src/support/socktools.h NOCLASSES
src/support/forkedcontr.h src/support/ForkedcallsController.h ForkedcallsController
src/support/os.h src/support/os.h NOCLASSES
src/support/FileMonitor.h src/support/FileMonitor.h FileMonitor
src/support/copied_ptr.h src/support/copied_ptr.h copied_ptr
src/support/translator.h src/support/Translator.h Translator
src/support/filetools.C src/support/filetools.cpp NOCLASSES
src/support/unlink.C src/support/unlink.cpp NOCLASSES
src/support/os_win32.C src/support/os_win32.cpp GetFolderPath
src/support/lstrings.C src/support/lstrings.cpp NOCLASSES
src/support/qstring_helpers.C src/support/qstring_helpers.cpp NOCLASSES
src/support/getcwd.C src/support/getcwd.cpp NOCLASSES
src/support/systemcall.C src/support/Systemcall.cpp Systemcall
src/support/lyxalgo.h src/support/lyxalgo.h NOCLASSES
src/support/filefilterlist.h src/support/FileFilterList.h ['FileFilterList', 'Filter']
src/support/unicode.C src/support/unicode.cpp IconvProcessor
src/support/userinfo.C src/support/userinfo.cpp NOCLASSES
src/support/lyxtime.C src/support/lyxtime.cpp NOCLASSES
src/support/kill.C src/support/kill.cpp NOCLASSES
src/support/docstring.C src/support/docstring.cpp to_local8bit_failure
src/support/os_cygwin.C src/support/os_cygwin.cpp NOCLASSES
src/support/lyxsum.C src/support/lyxsum.cpp NOCLASSES
src/support/environment.C src/support/environment.cpp NOCLASSES
src/support/filetools.h src/support/filetools.h NOCLASSES
src/support/textutils.C src/support/textutils.cpp NOCLASSES
src/support/mkdir.C src/support/mkdir.cpp NOCLASSES
src/support/forkedcall.C src/support/Forkedcall.cpp ['ForkedProcess', 'Forkedcall']
src/support/tempname.C src/support/tempname.cpp NOCLASSES
src/support/os_win32.h src/support/os_win32.h GetFolderPath
src/support/types.h src/support/types.h NOCLASSES
src/support/lstrings.h src/support/lstrings.h NOCLASSES
src/support/forkedcallqueue.C src/support/ForkedCallQueue.cpp ForkedCallQueue
src/support/qstring_helpers.h src/support/qstring_helpers.h NOCLASSES
src/support/convert.C src/support/convert.cpp NOCLASSES
src/support/filename.C src/support/FileName.cpp ['FileName', 'DocFileName']
src/support/tests/convert.C src/support/tests/convert.cpp NOCLASSES
src/support/tests/filetools.C src/support/tests/filetools.cpp NOCLASSES
src/support/tests/lstrings.C src/support/tests/lstrings.cpp NOCLASSES
src/support/tests/boost.C src/support/tests/boost.cpp NOCLASSES
src/support/docstream.C src/support/docstream.cpp ['iconv_codecvt_facet_exception', 'idocfstream', 'odocfstream']
src/support/std_istream.h src/support/std_istream.h NOCLASSES
src/support/systemcall.h src/support/Systemcall.h Systemcall
src/support/chdir.C src/support/chdir.cpp NOCLASSES
src/support/std_ostream.h src/support/std_ostream.h NOCLASSES
src/support/unicode.h src/support/unicode.h IconvProcessor
src/support/path.C src/support/Path.cpp Path
src/support/fs_extras.C src/support/fs_extras.cpp NOCLASSES
src/support/userinfo.h src/support/userinfo.h NOCLASSES
src/support/lyxtime.h src/support/lyxtime.h NOCLASSES
src/support/docstring.h src/support/docstring.h to_local8bit_failure
src/support/debugstream.h src/support/debugstream.h basic_debugstream
src/support/environment.h src/support/environment.h NOCLASSES
src/support/textutils.h src/support/textutils.h NOCLASSES
src/support/forkedcall.h src/support/Forkedcall.h ['ForkedProcess', 'Forkedcall']
src/support/socktools.C src/support/socktools.cpp NOCLASSES
src/support/forkedcallqueue.h src/support/ForkedCallQueue.h ForkedCallQueue
src/support/forkedcontr.C src/support/ForkedcallsController.cpp ForkedcallsController
src/support/os.C src/support/os.cpp NOCLASSES
src/support/convert.h src/support/convert.h NOCLASSES
src/support/filename.h src/support/FileName.h ['FileName', 'DocFileName']
src/support/docstream.h src/support/docstream.h ['iconv_codecvt_facet_exception', 'idocfstream', 'odocfstream']
src/support/FileMonitor.C src/support/FileMonitor.cpp FileMonitor
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18024 a592a061-630c-0410-9148-cb99ea01b6c8
2007-04-26 05:12:52 +00:00
|
|
|
#include "support/ForkedcallsController.h"
|
2007-08-21 07:33:46 +00:00
|
|
|
#include "support/FileName.h"
|
2002-06-25 15:59:10 +00:00
|
|
|
|
2007-09-30 15:47:00 +00:00
|
|
|
#include <boost/noncopyable.hpp>
|
2002-06-25 15:59:10 +00:00
|
|
|
#include <boost/bind.hpp>
|
2006-07-13 16:37:55 +00:00
|
|
|
#include <boost/current_function.hpp>
|
2002-06-25 15:59:10 +00:00
|
|
|
|
2006-07-08 22:06:50 +00:00
|
|
|
using lyx::support::ForkedcallsController;
|
2003-06-30 23:56:22 +00:00
|
|
|
|
2003-10-17 18:01:15 +00:00
|
|
|
using std::endl;
|
2000-02-18 22:22:42 +00:00
|
|
|
using std::min;
|
2002-06-18 15:44:30 +00:00
|
|
|
using std::max;
|
2003-10-06 15:43:21 +00:00
|
|
|
using std::string;
|
2003-09-05 10:55:42 +00:00
|
|
|
|
2002-06-21 17:16:35 +00:00
|
|
|
|
2006-07-13 16:37:55 +00:00
|
|
|
namespace {
|
|
|
|
|
|
|
|
// All the below connection objects are needed because of a bug in some
|
|
|
|
// versions of GCC (<=2.96 are on the suspects list.) By having and assigning
|
|
|
|
// to these connections we avoid a segfault upon startup, and also at exit.
|
|
|
|
// (Lgb)
|
|
|
|
|
|
|
|
boost::signals::connection timecon;
|
|
|
|
|
|
|
|
} // anon namespace
|
|
|
|
|
2006-10-23 08:47:27 +00:00
|
|
|
namespace lyx {
|
|
|
|
namespace frontend {
|
|
|
|
|
2007-08-21 07:33:46 +00:00
|
|
|
WorkArea::WorkArea(Buffer & buffer, LyXView & lv)
|
|
|
|
: buffer_view_(new BufferView(buffer)), lyx_view_(&lv),
|
|
|
|
cursor_visible_(false), cursor_timeout_(400)
|
1999-09-27 18:44:28 +00:00
|
|
|
{
|
2006-07-08 22:06:50 +00:00
|
|
|
// Setup the signals
|
|
|
|
timecon = cursor_timeout_.timeout
|
|
|
|
.connect(boost::bind(&WorkArea::toggleCursor, this));
|
|
|
|
|
|
|
|
cursor_timeout_.start();
|
1999-09-27 18:44:28 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2007-08-21 07:33:46 +00:00
|
|
|
WorkArea::~WorkArea()
|
2006-06-26 16:55:35 +00:00
|
|
|
{
|
2007-08-21 07:33:46 +00:00
|
|
|
delete buffer_view_;
|
|
|
|
}
|
2006-08-24 14:10:22 +00:00
|
|
|
|
2006-09-19 13:36:20 +00:00
|
|
|
|
2007-08-21 07:33:46 +00:00
|
|
|
void WorkArea::close()
|
|
|
|
{
|
|
|
|
lyx_view_->removeWorkArea(this);
|
2006-06-26 16:55:35 +00:00
|
|
|
}
|
|
|
|
|
2007-08-21 07:33:46 +00:00
|
|
|
//void WorkArea::setLyXView(LyXView * lyx_view)
|
|
|
|
//{
|
|
|
|
// lyx_view_ = lyx_view;
|
|
|
|
//}
|
|
|
|
|
2006-06-26 16:55:35 +00:00
|
|
|
|
2006-07-03 22:31:51 +00:00
|
|
|
BufferView & WorkArea::bufferView()
|
|
|
|
{
|
|
|
|
return *buffer_view_;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
BufferView const & WorkArea::bufferView() const
|
|
|
|
{
|
|
|
|
return *buffer_view_;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2006-10-26 13:29:10 +00:00
|
|
|
void WorkArea::stopBlinkingCursor()
|
|
|
|
{
|
|
|
|
cursor_timeout_.stop();
|
2006-11-12 14:47:20 +00:00
|
|
|
hideCursor();
|
2006-10-26 13:29:10 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
void WorkArea::startBlinkingCursor()
|
|
|
|
{
|
2006-11-12 14:47:20 +00:00
|
|
|
showCursor();
|
2006-10-26 13:29:10 +00:00
|
|
|
cursor_timeout_.restart();
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2006-11-20 14:42:18 +00:00
|
|
|
void WorkArea::redraw()
|
2002-06-18 15:44:30 +00:00
|
|
|
{
|
2007-08-21 07:33:46 +00:00
|
|
|
if (!isVisible())
|
|
|
|
// No need to redraw in this case.
|
2006-07-08 20:24:32 +00:00
|
|
|
return;
|
|
|
|
|
2007-05-28 22:27:45 +00:00
|
|
|
// No need to do anything if this is the current view. The BufferView
|
2006-11-20 14:42:18 +00:00
|
|
|
// metrics are already up to date.
|
2007-08-21 07:33:46 +00:00
|
|
|
if (lyx_view_ != theApp()->currentView()) {
|
2006-11-20 14:42:18 +00:00
|
|
|
// FIXME: it would be nice to optimize for the off-screen case.
|
|
|
|
buffer_view_->updateMetrics(false);
|
2007-05-25 23:17:24 +00:00
|
|
|
buffer_view_->cursor().fixIfBroken();
|
|
|
|
}
|
2006-08-16 15:24:38 +00:00
|
|
|
|
|
|
|
updateScrollbar();
|
|
|
|
|
2007-06-15 23:52:01 +00:00
|
|
|
// update cursor position, because otherwise it has to wait until
|
|
|
|
// the blinking interval is over
|
|
|
|
if (cursor_visible_) {
|
|
|
|
hideCursor();
|
|
|
|
showCursor();
|
|
|
|
}
|
|
|
|
|
2006-07-08 20:24:32 +00:00
|
|
|
ViewMetricsInfo const & vi = buffer_view_->viewMetricsInfo();
|
2006-10-23 08:47:27 +00:00
|
|
|
|
2007-04-01 14:35:42 +00:00
|
|
|
LYXERR(Debug::WORKAREA) << "WorkArea::redraw screen" << endl;
|
|
|
|
|
2006-03-20 15:05:07 +00:00
|
|
|
int const ymin = std::max(vi.y1, 0);
|
2006-10-23 08:47:27 +00:00
|
|
|
int const ymax = vi.p2 < vi.size - 1 ? vi.y2 : height();
|
|
|
|
|
2006-06-20 08:39:16 +00:00
|
|
|
expose(0, ymin, width(), ymax - ymin);
|
2006-07-08 20:24:32 +00:00
|
|
|
|
2007-04-01 10:09:49 +00:00
|
|
|
//LYXERR(Debug::WORKAREA)
|
2006-10-23 08:47:27 +00:00
|
|
|
//<< " ymin = " << ymin << " width() = " << width()
|
|
|
|
// << " ymax-ymin = " << ymax-ymin << std::endl;
|
2006-10-21 11:29:34 +00:00
|
|
|
|
2006-10-23 08:47:27 +00:00
|
|
|
if (lyxerr.debugging(Debug::WORKAREA))
|
2006-10-21 11:29:34 +00:00
|
|
|
buffer_view_->coordCache().dump();
|
2002-06-18 15:44:30 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2007-09-17 18:41:03 +00:00
|
|
|
void WorkArea::processKeySym(KeySymbol const & key, key_modifier::state state)
|
2006-07-08 21:04:21 +00:00
|
|
|
{
|
2006-11-12 14:47:20 +00:00
|
|
|
// In order to avoid bad surprise in the middle of an operation, we better stop
|
|
|
|
// the blinking cursor.
|
|
|
|
stopBlinkingCursor();
|
2006-10-13 14:15:31 +00:00
|
|
|
|
2007-08-21 07:33:46 +00:00
|
|
|
theLyXFunc().setLyXView(lyx_view_);
|
2006-10-11 17:24:46 +00:00
|
|
|
theLyXFunc().processKeySym(key, state);
|
2006-07-13 16:37:55 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2007-01-27 10:41:03 +00:00
|
|
|
void WorkArea::dispatch(FuncRequest const & cmd0, key_modifier::state k)
|
2006-07-13 16:37:55 +00:00
|
|
|
{
|
2006-08-15 21:57:23 +00:00
|
|
|
// Handle drag&drop
|
|
|
|
if (cmd0.action == LFUN_FILE_OPEN) {
|
2007-08-21 07:33:46 +00:00
|
|
|
lyx_view_->dispatch(cmd0);
|
2006-08-15 21:57:23 +00:00
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
2007-08-21 07:33:46 +00:00
|
|
|
theLyXFunc().setLyXView(lyx_view_);
|
2006-10-12 15:23:49 +00:00
|
|
|
|
2007-01-27 10:41:03 +00:00
|
|
|
FuncRequest cmd;
|
|
|
|
|
|
|
|
if (cmd0.action == LFUN_MOUSE_PRESS) {
|
|
|
|
if (k == key_modifier::shift)
|
|
|
|
cmd = FuncRequest(cmd0, "region-select");
|
|
|
|
else if (k == key_modifier::ctrl)
|
|
|
|
cmd = FuncRequest(cmd0, "paragraph-select");
|
|
|
|
else
|
|
|
|
cmd = cmd0;
|
|
|
|
}
|
|
|
|
else
|
|
|
|
cmd = cmd0;
|
|
|
|
|
2007-02-03 06:53:22 +00:00
|
|
|
// In order to avoid bad surprise in the middle of an operation, we better stop
|
|
|
|
// the blinking cursor.
|
2007-05-28 22:27:45 +00:00
|
|
|
if (!(cmd.action == LFUN_MOUSE_MOTION
|
2007-02-03 06:53:22 +00:00
|
|
|
&& cmd.button() == mouse_button::none))
|
|
|
|
stopBlinkingCursor();
|
|
|
|
|
|
|
|
bool const needRedraw = buffer_view_->workAreaDispatch(cmd);
|
2006-08-15 21:57:23 +00:00
|
|
|
|
2007-02-03 06:53:22 +00:00
|
|
|
if (needRedraw)
|
2007-08-28 18:13:17 +00:00
|
|
|
buffer_view_->buffer().changed();
|
2007-05-28 22:27:45 +00:00
|
|
|
|
2006-08-15 21:57:23 +00:00
|
|
|
// Skip these when selecting
|
2007-01-27 10:41:03 +00:00
|
|
|
if (cmd.action != LFUN_MOUSE_MOTION) {
|
2007-08-21 07:33:46 +00:00
|
|
|
lyx_view_->updateLayoutChoice();
|
|
|
|
lyx_view_->updateToolbars();
|
2006-08-15 21:57:23 +00:00
|
|
|
}
|
|
|
|
|
2006-12-03 10:43:55 +00:00
|
|
|
// GUI tweaks except with mouse motion with no button pressed.
|
2007-05-28 22:27:45 +00:00
|
|
|
if (!(cmd.action == LFUN_MOUSE_MOTION
|
2007-01-27 10:41:03 +00:00
|
|
|
&& cmd.button() == mouse_button::none)) {
|
2006-12-03 10:43:55 +00:00
|
|
|
// Slight hack: this is only called currently when we
|
|
|
|
// clicked somewhere, so we force through the display
|
|
|
|
// of the new status here.
|
2007-08-21 07:33:46 +00:00
|
|
|
lyx_view_->clearMessage();
|
2006-12-03 10:43:55 +00:00
|
|
|
|
2007-02-03 06:53:22 +00:00
|
|
|
// Show the cursor immediately after any operation.
|
|
|
|
startBlinkingCursor();
|
2006-12-03 10:43:55 +00:00
|
|
|
}
|
2006-07-13 16:37:55 +00:00
|
|
|
}
|
|
|
|
|
2006-07-08 22:06:50 +00:00
|
|
|
|
2006-07-13 16:37:55 +00:00
|
|
|
void WorkArea::resizeBufferView()
|
|
|
|
{
|
2007-08-24 06:59:11 +00:00
|
|
|
// WARNING: Please don't put any code that will trigger a repaint here!
|
|
|
|
// We are already inside a paint event.
|
2007-08-21 07:33:46 +00:00
|
|
|
lyx_view_->busy(true);
|
2007-08-24 07:05:19 +00:00
|
|
|
buffer_view_->resize(width(), height());
|
2007-08-21 07:33:46 +00:00
|
|
|
lyx_view_->updateLayoutChoice();
|
|
|
|
lyx_view_->busy(false);
|
2006-08-15 21:57:23 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2006-08-16 15:24:38 +00:00
|
|
|
void WorkArea::updateScrollbar()
|
|
|
|
{
|
2007-05-28 22:27:45 +00:00
|
|
|
buffer_view_->updateScrollbar();
|
2006-08-16 15:24:38 +00:00
|
|
|
ScrollbarParameters const & scroll_ = buffer_view_->scrollbarParameters();
|
|
|
|
setScrollbarParams(scroll_.height, scroll_.position,
|
|
|
|
scroll_.lineScrollHeight);
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2006-07-08 22:06:50 +00:00
|
|
|
void WorkArea::showCursor()
|
|
|
|
{
|
|
|
|
if (cursor_visible_)
|
|
|
|
return;
|
|
|
|
|
|
|
|
CursorShape shape = BAR_SHAPE;
|
|
|
|
|
2007-09-02 13:35:48 +00:00
|
|
|
Font const & realfont = buffer_view_->cursor().real_current_font;
|
2007-08-21 13:03:55 +00:00
|
|
|
BufferParams const & bp = buffer_view_->buffer().params();
|
2006-07-08 22:06:50 +00:00
|
|
|
bool const samelang = realfont.language() == bp.language;
|
|
|
|
bool const isrtl = realfont.isVisibleRightToLeft();
|
|
|
|
|
|
|
|
if (!samelang || isrtl != bp.language->rightToLeft()) {
|
|
|
|
shape = L_SHAPE;
|
|
|
|
if (isrtl)
|
|
|
|
shape = REVERSED_L_SHAPE;
|
|
|
|
}
|
|
|
|
|
|
|
|
// The ERT language hack needs fixing up
|
|
|
|
if (realfont.language() == latex_language)
|
|
|
|
shape = BAR_SHAPE;
|
|
|
|
|
2007-04-29 18:17:15 +00:00
|
|
|
Font const font = buffer_view_->cursor().getFont();
|
2006-10-11 17:24:46 +00:00
|
|
|
FontMetrics const & fm = theFontMetrics(font);
|
2006-10-07 16:15:06 +00:00
|
|
|
int const asc = fm.maxAscent();
|
|
|
|
int const des = fm.maxDescent();
|
2006-07-08 22:06:50 +00:00
|
|
|
int h = asc + des;
|
|
|
|
int x = 0;
|
|
|
|
int y = 0;
|
|
|
|
buffer_view_->cursor().getPos(x, y);
|
|
|
|
y -= asc;
|
|
|
|
|
|
|
|
// if it doesn't touch the screen, don't try to show it
|
|
|
|
if (y + h < 0 || y >= height())
|
|
|
|
return;
|
|
|
|
|
|
|
|
cursor_visible_ = true;
|
|
|
|
showCursor(x, y, h, shape);
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
void WorkArea::hideCursor()
|
|
|
|
{
|
|
|
|
if (!cursor_visible_)
|
|
|
|
return;
|
|
|
|
|
|
|
|
cursor_visible_ = false;
|
|
|
|
removeCursor();
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
void WorkArea::toggleCursor()
|
|
|
|
{
|
2007-08-21 07:33:46 +00:00
|
|
|
if (cursor_visible_)
|
|
|
|
hideCursor();
|
|
|
|
else
|
|
|
|
showCursor();
|
2006-07-08 22:06:50 +00:00
|
|
|
|
2007-08-21 07:33:46 +00:00
|
|
|
// Use this opportunity to deal with any child processes that
|
|
|
|
// have finished but are waiting to communicate this fact
|
|
|
|
// to the rest of LyX.
|
|
|
|
ForkedcallsController & fcc = ForkedcallsController::get();
|
|
|
|
fcc.handleCompletedProcesses();
|
2006-07-08 22:06:50 +00:00
|
|
|
|
|
|
|
cursor_timeout_.restart();
|
|
|
|
}
|
|
|
|
|
2006-06-20 08:39:16 +00:00
|
|
|
} // namespace frontend
|
|
|
|
} // namespace lyx
|