Source Code (Use browser search to find items of interest.)

Class Index

kdevelop'KWBookmark (./kdevelop/kdevelop/kwrite/kwview.h:336)

class KWBookmark {
  public:
    KWBookmark();
    int xPos;
    int yPos;
    PointStruc cursor;
    QString Name;
};

/** The KWrite text editor widget. It has many options, document/view
    architecture and syntax highlight.
    @author Jochen Wilhelmy
*/


kdevelop'KWBookmark::KWBookmark() (./kdevelop/kdevelop/kwrite/kwview.cpp:1497)

KWBookmark::KWBookmark() {
  cursor.y = -1; //mark bookmark as invalid
}