1999-09-27 18:44:28 +00:00
|
|
|
// -*- C++ -*-
|
|
|
|
/* This file is part of
|
1999-11-15 12:01:38 +00:00
|
|
|
* ======================================================
|
1999-09-27 18:44:28 +00:00
|
|
|
*
|
|
|
|
* LyX, The Document Processor
|
|
|
|
*
|
2000-02-10 17:53:36 +00:00
|
|
|
* Copyright 1995 Matthias Ettrich
|
|
|
|
* Copyright 1995-2000 The LyX Team
|
1999-09-27 18:44:28 +00:00
|
|
|
*
|
1999-11-15 12:01:38 +00:00
|
|
|
* ====================================================== */
|
1999-10-02 16:21:10 +00:00
|
|
|
|
|
|
|
#ifndef LYXSCREEN_H
|
|
|
|
#define LYXSCREEN_H
|
1999-09-27 18:44:28 +00:00
|
|
|
|
|
|
|
#ifdef __GNUG__
|
|
|
|
#pragma interface
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#include FORMS_H_LOCATION
|
|
|
|
#include <X11/Xlib.h>
|
2000-02-14 22:14:48 +00:00
|
|
|
|
1999-09-27 18:44:28 +00:00
|
|
|
class LyXText;
|
|
|
|
struct Row;
|
|
|
|
typedef unsigned short Dimension;
|
|
|
|
|
2000-02-18 22:22:42 +00:00
|
|
|
class WorkArea;
|
2000-06-12 11:27:15 +00:00
|
|
|
class Buffer;
|
2000-02-10 17:53:36 +00:00
|
|
|
|
1999-09-27 18:44:28 +00:00
|
|
|
/** The class LyXScreen is used for the main Textbody.
|
|
|
|
Concretely, the screen is held in a pixmap. This pixmap is kept up to
|
|
|
|
date and used to optimize drawing on the screen.
|
|
|
|
This class also handles the drawing of the cursor and partly the selection.
|
|
|
|
*/
|
|
|
|
class LyXScreen {
|
|
|
|
public:
|
2000-03-10 13:22:20 +00:00
|
|
|
|
|
|
|
enum Cursor_Shape {
|
|
|
|
///
|
|
|
|
BAR_SHAPE,
|
|
|
|
///
|
|
|
|
L_SHAPE,
|
|
|
|
///
|
|
|
|
REVERSED_L_SHAPE
|
|
|
|
};
|
|
|
|
|
1999-09-27 18:44:28 +00:00
|
|
|
///
|
2000-02-18 22:22:42 +00:00
|
|
|
LyXScreen(WorkArea &, LyXText * text_ptr);
|
1999-09-27 18:44:28 +00:00
|
|
|
|
|
|
|
/** Draws the screen form textposition y. Uses as much of
|
1999-12-16 06:43:25 +00:00
|
|
|
the already printed pixmap as possible */
|
2000-04-26 13:57:28 +00:00
|
|
|
void Draw(unsigned long y );
|
1999-09-27 18:44:28 +00:00
|
|
|
|
|
|
|
/// Redraws the screen, without using existing pixmap
|
|
|
|
void Redraw();
|
|
|
|
|
|
|
|
/// Returns a new top so that the cursor is visible
|
2000-04-26 13:57:28 +00:00
|
|
|
unsigned long TopCursorVisible();
|
1999-09-27 18:44:28 +00:00
|
|
|
/// Redraws the screen such that the cursor is visible
|
2000-04-26 13:57:28 +00:00
|
|
|
bool FitCursor();
|
1999-09-27 18:44:28 +00:00
|
|
|
///
|
|
|
|
void ShowCursor();
|
|
|
|
///
|
|
|
|
void HideCursor();
|
|
|
|
///
|
|
|
|
void CursorToggle();
|
|
|
|
///
|
2000-03-10 13:22:20 +00:00
|
|
|
void ShowManualCursor(long x, long y, int asc, int desc,
|
|
|
|
Cursor_Shape shape);
|
1999-09-27 18:44:28 +00:00
|
|
|
/// returns 1 if first has changed, otherwise 0
|
2000-04-26 13:57:28 +00:00
|
|
|
bool FitManualCursor(long, long, int, int);
|
1999-09-27 18:44:28 +00:00
|
|
|
///
|
|
|
|
void ToggleSelection(bool = true);
|
|
|
|
///
|
|
|
|
void ToggleToggle();
|
|
|
|
|
|
|
|
/** Updates part of the screen. If text->status is
|
1999-12-16 06:43:25 +00:00
|
|
|
LyXText::NEED_MORE_REFRESH, we update from the
|
|
|
|
point of change and to the end of the screen.
|
|
|
|
If text->status is LyXText::NEED_VERY_LITTLE_REFRESH,
|
|
|
|
we only update the current row. */
|
1999-09-27 18:44:28 +00:00
|
|
|
void Update();
|
|
|
|
|
|
|
|
/// first visible pixel-row
|
2000-04-26 13:57:28 +00:00
|
|
|
unsigned long first;
|
1999-09-27 18:44:28 +00:00
|
|
|
|
|
|
|
///
|
|
|
|
bool cursor_visible;
|
|
|
|
private:
|
|
|
|
/// Copies specified area of pixmap to screen
|
|
|
|
void expose(int x, int y, int exp_width, int exp_height);
|
|
|
|
|
|
|
|
/// y1 and y2 are coordinates of the screen
|
|
|
|
void DrawFromTo(int y1, int y2);
|
2000-04-26 13:57:28 +00:00
|
|
|
|
|
|
|
/// y is a coordinate of the text
|
|
|
|
void DrawOneRow(Row * row, long y_text);
|
1999-09-27 18:44:28 +00:00
|
|
|
|
2000-02-10 17:53:36 +00:00
|
|
|
///
|
2000-02-18 22:22:42 +00:00
|
|
|
WorkArea & owner;
|
2000-02-10 17:53:36 +00:00
|
|
|
|
1999-09-27 18:44:28 +00:00
|
|
|
///
|
1999-12-16 06:43:25 +00:00
|
|
|
LyXText * text;
|
1999-09-27 18:44:28 +00:00
|
|
|
|
|
|
|
///
|
|
|
|
Pixmap cursor_pixmap;
|
|
|
|
///
|
|
|
|
int cursor_pixmap_x;
|
|
|
|
///
|
|
|
|
int cursor_pixmap_y;
|
|
|
|
///
|
|
|
|
int cursor_pixmap_w;
|
|
|
|
///
|
|
|
|
int cursor_pixmap_h;
|
2000-02-10 17:53:36 +00:00
|
|
|
///
|
|
|
|
GC gc_copy;
|
1999-09-27 18:44:28 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
#endif
|