-
class
TextEditor
: public Interactor
(Return to index)
-
basic interactive editor for mulit-line text (iv-2.6)
Type:
Base Classes:
Derived Classes
Include file:
IV-2_6/InterViews/texteditor.h
Description: man page
Public:
- virtual void
Adjust (Perspective&)
- void
BackwardCharacter (int = 1)
- void
BackwardLine (int = 1)
- void
BackwardPage (int = 1)
- void
BackwardWord (int = 1)
- void
BeginningOfLine ()
- void
BeginningOfSelection ()
- void
BeginningOfText ()
- void
BeginningOfWord ()
- void
DeleteSelection ()
- void
DeleteText (int)
- void
DisableCaret ()
- int
Dot ()
- void
Edit (TextBuffer*, int index = 0)
- void
EnableCaret ()
- Alignment
GetScrollAlignment ()
- void
GrabScroll (Event&)
- void
InsertText (const char*, int)
- int
Locate (IntCoord x, IntCoord y)
- int
Mark ()
- void
RateScroll (Event&)
- void
ScrollBy (IntCoord dx, IntCoord dy)
- void
ScrollToSelection (boolean always = false)
- void
ScrollToView (IntCoord x, IntCoord y)
- void
Select (int dot)
- void
Select (int dot, int mark)
- void
SelectAll ()
- void
SelectMore (int mark)
- void
SetScrollAlignment (Alignment)
-
TextEditor (const char* name, int r, int c, int t, int h)
-
TextEditor (int rows, int cols, int tabsize, int highlight)
- virtual
~TextEditor ()
Protected:
(more documentation)