• Skip to content
  • Skip to link menu
KDE 4.6 API Reference
  • KDE API Reference
  • kdelibs
  • KDE Home
  • Contact Us
 

Kate

Public Types | Public Slots | Signals | Public Member Functions | Protected Member Functions

KateViewInternal Class Reference

#include <kateviewinternal.h>

Inheritance diagram for KateViewInternal:
Inheritance graph
[legend]

List of all members.

Public Types

enum  Bias { left = -1, none = 0, right = 1 }

Public Slots

void slotDecFontSizes ()
void slotIncFontSizes ()

Signals

void dropEventPass (QDropEvent *)

Public Member Functions

 KateViewInternal (KateView *view)
 ~KateViewInternal ()
void bottom (bool sel=false)
void bottom_end (bool sel=false)
void bottomOfView (bool sel=false)
void clear ()
KTextEditor::Cursor coordinatesToCursor (const QPoint &coord) const
QPoint cursorCoordinates (bool includeBorder=true) const
void cursorDown (bool sel=false)
void cursorLeft (bool sel=false)
void cursorRight (bool sel=false)
QPoint cursorToCoordinate (const KTextEditor::Cursor &cursor, bool realCursor=true, bool includeBorder=true) const
void cursorToMatchingBracket (bool sel=false)
void cursorUp (bool sel=false)
void disableTextHints ()
void doBackspace ()
void doDelete ()
void doDeleteWordLeft ()
void doDeleteWordRight ()
void doReturn ()
void doSmartNewline ()
void doTabulator ()
void doTranspose ()
void dynWrapChanged ()
void editEnd (int editTagLineStart, int editTagLineEnd, bool tagFrom)
void editSetCursor (const KTextEditor::Cursor &cursor)
void editStart ()
void enableTextHints (int timeout)
void end (bool sel=false)
int endLine () const
KTextEditor::Cursor endPos () const
KTextEditor::Cursor findMatchingBracket ()
KTextEditor::Cursor getCursor () const
KTextEditor::Cursor getMouse () const
void home (bool sel=false)
virtual QVariant inputMethodQuery (Qt::InputMethodQuery query) const
void pageDown (bool sel=false)
void pageUp (bool sel=false)
void prepareForDynWrapChange ()
void scrollDown ()
void scrollUp ()
int startLine () const
KTextEditor::Cursor startPos () const
int startX () const
void tagAll ()
bool tagLine (const KTextEditor::Cursor &virtualCursor)
bool tagLines (KTextEditor::Cursor start, KTextEditor::Cursor end, bool realCursors=false)
bool tagLines (int start, int end, bool realLines=false)
bool tagRange (const KTextEditor::Range &range, bool realCursors)
void top (bool sel=false)
void top_home (bool sel=false)
void topOfView (bool sel=false)
void updateDirty ()
KateView * view () const
void wordLeft (bool sel=false)
void wordRight (bool sel=false)
KateTextLayout yToKateTextLayout (int y) const

Protected Member Functions

void contextMenuEvent (QContextMenuEvent *e)
virtual void dragEnterEvent (QDragEnterEvent *)
virtual void dragMoveEvent (QDragMoveEvent *)
virtual void dropEvent (QDropEvent *)
virtual bool eventFilter (QObject *obj, QEvent *e)
virtual void focusInEvent (QFocusEvent *)
virtual void focusOutEvent (QFocusEvent *)
virtual void hideEvent (QHideEvent *e)
virtual void inputMethodEvent (QInputMethodEvent *e)
virtual void keyPressEvent (QKeyEvent *)
virtual void keyReleaseEvent (QKeyEvent *)
virtual void leaveEvent (QEvent *)
virtual void mouseDoubleClickEvent (QMouseEvent *)
virtual void mouseMoveEvent (QMouseEvent *)
virtual void mousePressEvent (QMouseEvent *)
virtual void mouseReleaseEvent (QMouseEvent *)
virtual void paintEvent (QPaintEvent *e)
virtual void resizeEvent (QResizeEvent *)
virtual void showEvent (QShowEvent *)
virtual void wheelEvent (QWheelEvent *e)

Detailed Description

Definition at line 56 of file kateviewinternal.h.


Member Enumeration Documentation

enum KateViewInternal::Bias
Enumerator:
left 
none 
right 

Definition at line 69 of file kateviewinternal.h.


Constructor & Destructor Documentation

KateViewInternal::KateViewInternal ( KateView *  view)

Definition at line 63 of file kateviewinternal.cpp.

KateViewInternal::~KateViewInternal ( )

Definition at line 225 of file kateviewinternal.cpp.


Member Function Documentation

void KateViewInternal::bottom ( bool  sel = false)

Definition at line 1612 of file kateviewinternal.cpp.

void KateViewInternal::bottom_end ( bool  sel = false)

Definition at line 1634 of file kateviewinternal.cpp.

void KateViewInternal::bottomOfView ( bool  sel = false)

Definition at line 1463 of file kateviewinternal.cpp.

void KateViewInternal::clear ( )

Definition at line 3159 of file kateviewinternal.cpp.

void KateViewInternal::contextMenuEvent ( QContextMenuEvent *  e) [protected]

Definition at line 2397 of file kateviewinternal.cpp.

KTextEditor::Cursor KateViewInternal::coordinatesToCursor ( const QPoint &  coord) const

Definition at line 2685 of file kateviewinternal.cpp.

QPoint KateViewInternal::cursorCoordinates ( bool  includeBorder = true) const

Definition at line 731 of file kateviewinternal.cpp.

void KateViewInternal::cursorDown ( bool  sel = false)

Definition at line 1419 of file kateviewinternal.cpp.

void KateViewInternal::cursorLeft ( bool  sel = false)

Definition at line 1052 of file kateviewinternal.cpp.

void KateViewInternal::cursorRight ( bool  sel = false)

Definition at line 1060 of file kateviewinternal.cpp.

QPoint KateViewInternal::cursorToCoordinate ( const KTextEditor::Cursor &  cursor,
bool  realCursor = true,
bool  includeBorder = true 
) const

Definition at line 706 of file kateviewinternal.cpp.

void KateViewInternal::cursorToMatchingBracket ( bool  sel = false)

Definition at line 1446 of file kateviewinternal.cpp.

void KateViewInternal::cursorUp ( bool  sel = false)

Definition at line 1392 of file kateviewinternal.cpp.

void KateViewInternal::disableTextHints ( )

Definition at line 3238 of file kateviewinternal.cpp.

void KateViewInternal::doBackspace ( )

Definition at line 790 of file kateviewinternal.cpp.

void KateViewInternal::doDelete ( )

Definition at line 785 of file kateviewinternal.cpp.

void KateViewInternal::doDeleteWordLeft ( )

Definition at line 805 of file kateviewinternal.cpp.

void KateViewInternal::doDeleteWordRight ( )

Definition at line 816 of file kateviewinternal.cpp.

void KateViewInternal::doReturn ( )

Definition at line 759 of file kateviewinternal.cpp.

void KateViewInternal::doSmartNewline ( )

Definition at line 765 of file kateviewinternal.cpp.

void KateViewInternal::doTabulator ( )

Definition at line 795 of file kateviewinternal.cpp.

void KateViewInternal::doTranspose ( )

Definition at line 800 of file kateviewinternal.cpp.

void KateViewInternal::dragEnterEvent ( QDragEnterEvent *  event) [protected, virtual]

Definition at line 3051 of file kateviewinternal.cpp.

void KateViewInternal::dragMoveEvent ( QDragMoveEvent *  event) [protected, virtual]

Definition at line 3073 of file kateviewinternal.cpp.

void KateViewInternal::dropEvent ( QDropEvent *  event) [protected, virtual]

Definition at line 3083 of file kateviewinternal.cpp.

void KateViewInternal::dropEventPass ( QDropEvent *  ) [signal]
void KateViewInternal::dynWrapChanged ( )

Definition at line 247 of file kateviewinternal.cpp.

void KateViewInternal::editEnd ( int  editTagLineStart,
int  editTagLineEnd,
bool  tagFrom 
)

Definition at line 3256 of file kateviewinternal.cpp.

void KateViewInternal::editSetCursor ( const KTextEditor::Cursor &  cursor)

Definition at line 3290 of file kateviewinternal.cpp.

void KateViewInternal::editStart ( )

Definition at line 3245 of file kateviewinternal.cpp.

void KateViewInternal::enableTextHints ( int  timeout)

Definition at line 3231 of file kateviewinternal.cpp.

void KateViewInternal::end ( bool  sel = false)

Definition at line 1192 of file kateviewinternal.cpp.

int KateViewInternal::endLine ( ) const

Definition at line 301 of file kateviewinternal.cpp.

KTextEditor::Cursor KateViewInternal::endPos ( ) const

Definition at line 278 of file kateviewinternal.cpp.

bool KateViewInternal::eventFilter ( QObject *  obj,
QEvent *  e 
) [protected, virtual]

Definition at line 2069 of file kateviewinternal.cpp.

KTextEditor::Cursor KateViewInternal::findMatchingBracket ( )

Definition at line 736 of file kateviewinternal.cpp.

void KateViewInternal::focusInEvent ( QFocusEvent *  ) [protected, virtual]

Definition at line 3014 of file kateviewinternal.cpp.

void KateViewInternal::focusOutEvent ( QFocusEvent *  ) [protected, virtual]

Definition at line 3027 of file kateviewinternal.cpp.

KTextEditor::Cursor KateViewInternal::getCursor ( ) const [inline]

Definition at line 179 of file kateviewinternal.h.

KTextEditor::Cursor KateViewInternal::getMouse ( ) const [inline]

Definition at line 180 of file kateviewinternal.h.

void KateViewInternal::hideEvent ( QHideEvent *  e) [protected, virtual]

Definition at line 2831 of file kateviewinternal.cpp.

void KateViewInternal::home ( bool  sel = false)

Definition at line 1157 of file kateviewinternal.cpp.

void KateViewInternal::inputMethodEvent ( QInputMethodEvent *  e) [protected, virtual]

Definition at line 3394 of file kateviewinternal.cpp.

QVariant KateViewInternal::inputMethodQuery ( Qt::InputMethodQuery  query) const [virtual]

IM input stuff.

Definition at line 3356 of file kateviewinternal.cpp.

void KateViewInternal::keyPressEvent ( QKeyEvent *  e) [protected, virtual]

Definition at line 2193 of file kateviewinternal.cpp.

void KateViewInternal::keyReleaseEvent ( QKeyEvent *  e) [protected, virtual]

Definition at line 2366 of file kateviewinternal.cpp.

void KateViewInternal::leaveEvent ( QEvent *  ) [protected, virtual]

Definition at line 2680 of file kateviewinternal.cpp.

void KateViewInternal::mouseDoubleClickEvent ( QMouseEvent *  e) [protected, virtual]

Definition at line 2539 of file kateviewinternal.cpp.

void KateViewInternal::mouseMoveEvent ( QMouseEvent *  e) [protected, virtual]

Definition at line 2700 of file kateviewinternal.cpp.

void KateViewInternal::mousePressEvent ( QMouseEvent *  e) [protected, virtual]

Definition at line 2426 of file kateviewinternal.cpp.

void KateViewInternal::mouseReleaseEvent ( QMouseEvent *  e) [protected, virtual]

Definition at line 2634 of file kateviewinternal.cpp.

void KateViewInternal::pageDown ( bool  sel = false)

Definition at line 1540 of file kateviewinternal.cpp.

void KateViewInternal::pageUp ( bool  sel = false)

Definition at line 1503 of file kateviewinternal.cpp.

void KateViewInternal::paintEvent ( QPaintEvent *  e) [protected, virtual]

Definition at line 2838 of file kateviewinternal.cpp.

void KateViewInternal::prepareForDynWrapChange ( )

Definition at line 241 of file kateviewinternal.cpp.

void KateViewInternal::resizeEvent ( QResizeEvent *  e) [protected, virtual]

Definition at line 2918 of file kateviewinternal.cpp.

void KateViewInternal::scrollDown ( )

Definition at line 1489 of file kateviewinternal.cpp.

void KateViewInternal::scrollUp ( )

Definition at line 1483 of file kateviewinternal.cpp.

void KateViewInternal::showEvent ( QShowEvent *  e) [protected, virtual]

Definition at line 687 of file kateviewinternal.cpp.

void KateViewInternal::slotDecFontSizes ( ) [slot]

Definition at line 330 of file kateviewinternal.cpp.

void KateViewInternal::slotIncFontSizes ( ) [slot]

Definition at line 325 of file kateviewinternal.cpp.

int KateViewInternal::startLine ( ) const [inline]

Definition at line 123 of file kateviewinternal.h.

KTextEditor::Cursor KateViewInternal::startPos ( ) const [inline]

Definition at line 122 of file kateviewinternal.h.

int KateViewInternal::startX ( ) const [inline]

Definition at line 124 of file kateviewinternal.h.

void KateViewInternal::tagAll ( )

Definition at line 2015 of file kateviewinternal.cpp.

bool KateViewInternal::tagLine ( const KTextEditor::Cursor &  virtualCursor)

Definition at line 1908 of file kateviewinternal.cpp.

bool KateViewInternal::tagLines ( KTextEditor::Cursor  start,
KTextEditor::Cursor  end,
bool  realCursors = false 
)

Definition at line 1929 of file kateviewinternal.cpp.

bool KateViewInternal::tagLines ( int  start,
int  end,
bool  realLines = false 
)

Definition at line 1924 of file kateviewinternal.cpp.

bool KateViewInternal::tagRange ( const KTextEditor::Range &  range,
bool  realCursors 
)

Definition at line 2010 of file kateviewinternal.cpp.

void KateViewInternal::top ( bool  sel = false)

Definition at line 1602 of file kateviewinternal.cpp.

void KateViewInternal::top_home ( bool  sel = false)

Definition at line 1622 of file kateviewinternal.cpp.

void KateViewInternal::topOfView ( bool  sel = false)

Definition at line 1456 of file kateviewinternal.cpp.

void KateViewInternal::updateDirty ( )

Definition at line 2794 of file kateviewinternal.cpp.

KateView* KateViewInternal::view ( ) const [inline]

Definition at line 79 of file kateviewinternal.h.

void KateViewInternal::wheelEvent ( QWheelEvent *  e) [protected, virtual]

Definition at line 3167 of file kateviewinternal.cpp.

void KateViewInternal::wordLeft ( bool  sel = false)

Definition at line 1065 of file kateviewinternal.cpp.

void KateViewInternal::wordRight ( bool  sel = false)

Definition at line 1108 of file kateviewinternal.cpp.

KateTextLayout KateViewInternal::yToKateTextLayout ( int  y) const

Definition at line 306 of file kateviewinternal.cpp.


The documentation for this class was generated from the following files:
  • kateviewinternal.h
  • kateviewinternal.cpp

Kate

Skip menu "Kate"
  • Main Page
  • Namespace List
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Namespace Members
  • Class Members
  • Related Pages

kdelibs

Skip menu "kdelibs"
  • DNSSD
  • Interfaces
  •   KHexEdit
  •   KMediaPlayer
  •   KSpeech
  •   KTextEditor
  • Kate
  • kconf_update
  • KDE3Support
  •   KUnitTest
  • KDECore
  • KDED
  • KDEsu
  • KDEUI
  • KDEWebKit
  • KDocTools
  • KFile
  • KHTML
  • KImgIO
  • KInit
  • kio
  • KIOSlave
  • KJS
  •   KJS-API
  •   WTF
  • kjsembed
  • KNewStuff
  • KParts
  • KPty
  • Kross
  • KUnitConversion
  • KUtils
  • Nepomuk
  • Plasma
  • Solid
  • Sonnet
  • ThreadWeaver
Generated for kdelibs by doxygen 1.7.3
This website is maintained by Adriaan de Groot and Allen Winter.
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal