MarkerWidget Class Reference
#include <markerwidget.h>
Inheritance diagram for MarkerWidget:


Public Slots | |
void | doRepaint () |
Signals | |
void | markChanged (KTextEditor::Mark mark, KTextEditor::MarkInterfaceExtension::MarkChangeAction action) |
void | marksChanged () |
Public Member Functions | |
MarkerWidget (QEditor *, QWidget *=0, const char *=0) | |
virtual | ~MarkerWidget () |
virtual void | setPixmap (KTextEditor::MarkInterface::MarkTypes, const QPixmap &) |
virtual void | setDescription (KTextEditor::MarkInterface::MarkTypes, const QString &) |
virtual void | setMarksUserChangable (uint markMask) |
Protected Member Functions | |
virtual void | resizeEvent (QResizeEvent *) |
virtual void | paintEvent (QPaintEvent *) |
virtual void | contextMenuEvent (QContextMenuEvent *) |
virtual void | mousePressEvent (QMouseEvent *e) |
Private Attributes | |
QEditor * | m_editor |
QPixmap | m_buffer |
QMap< int, QPixmap > | m_pixmapMap |
bool | m_clickChangesBPs |
bool | m_changeBookmarksAllowed |
bool | m_changeBreakpointsAllowed |
QString | m_bookmarkDescr |
QString | m_breakpointDescr |
Constructor & Destructor Documentation
|
Definition at line 54 of file markerwidget.cpp. References doRepaint(), m_editor, and m_pixmapMap. |
|
Definition at line 78 of file markerwidget.cpp. |
Member Function Documentation
|
Definition at line 130 of file markerwidget.cpp. References QEditor::document(), doRepaint(), m_bookmarkDescr, m_breakpointDescr, m_changeBookmarksAllowed, m_changeBreakpointsAllowed, m_clickChangesBPs, m_editor, ParagData::mark(), markChanged(), marksChanged(), and ParagData::setMark(). |
|
Definition at line 71 of file markerwidget.h. Referenced by contextMenuEvent(), QEditorView::doRepaint(), MarkerWidget(), mousePressEvent(), QEditorView::setMarkerWidgetVisible(), and setMarksUserChangable(). |
|
Referenced by contextMenuEvent(), and mousePressEvent(). |
|
Referenced by contextMenuEvent(), and mousePressEvent(). |
|
Definition at line 203 of file markerwidget.cpp. References QEditor::document(), doRepaint(), m_clickChangesBPs, m_editor, ParagData::mark(), markChanged(), marksChanged(), and ParagData::setMark(). |
|
Definition at line 82 of file markerwidget.cpp. References QEditor::document(), m_buffer, m_editor, m_pixmapMap, and ParagData::mark(). |
|
Definition at line 124 of file markerwidget.cpp. References m_buffer. |
|
Definition at line 255 of file markerwidget.cpp. References m_bookmarkDescr, and m_breakpointDescr. |
|
Definition at line 264 of file markerwidget.cpp. References doRepaint(), m_changeBookmarksAllowed, and m_changeBreakpointsAllowed. Referenced by QEditorPart::setMarksUserChangable(). |
|
Definition at line 249 of file markerwidget.cpp. References m_pixmapMap. |
Member Data Documentation
|
Definition at line 90 of file markerwidget.h. Referenced by contextMenuEvent(), and setDescription(). |
|
Definition at line 91 of file markerwidget.h. Referenced by contextMenuEvent(), and setDescription(). |
|
Definition at line 85 of file markerwidget.h. Referenced by paintEvent(), and resizeEvent(). |
|
Definition at line 88 of file markerwidget.h. Referenced by contextMenuEvent(), and setMarksUserChangable(). |
|
Definition at line 89 of file markerwidget.h. Referenced by contextMenuEvent(), and setMarksUserChangable(). |
|
Definition at line 87 of file markerwidget.h. Referenced by contextMenuEvent(), and mousePressEvent(). |
|
Definition at line 84 of file markerwidget.h. Referenced by contextMenuEvent(), MarkerWidget(), mousePressEvent(), and paintEvent(). |
|
Definition at line 86 of file markerwidget.h. Referenced by MarkerWidget(), paintEvent(), and setPixmap(). |
The documentation for this class was generated from the following files:
- editors/qeditor/markerwidget.h
- editors/qeditor/markerwidget.cpp