|
void | toggleBookmarkRequested (int line) |
| borrowed reference to the bookmark model. This model is owned by the script editor organizer.
|
|
void | gotoBookmarkRequested (bool next) |
|
void | clearAllBookmarksRequested () |
|
|
| CheckerBookmarkPanel (BookmarkModel *bookmarkModel, const QString &description="", QWidget *parent=NULL) |
|
virtual QSize | sizeHint () const |
|
virtual void | onUninstall () |
|
QList< CodeCheckerItem > | markersForLine (int line) const |
|
| Panel (const QString &name, bool dynamic, const QString &description="", QWidget *parent=NULL) |
|
void | setVisible (bool visible) |
|
bool | scrollable () const |
|
void | setScrollable (bool value) |
|
int | orderInZone () const |
|
void | setOrderInZone (int orderInZone) |
|
Position | position () const |
|
void | setPosition (Position pos) |
|
QBrush | backgroundBrush () const |
|
QPen | foregroundPen () const |
|
virtual void | onInstall (CodeEditor *editor) |
|
| Mode (const Mode ©) |
|
| Mode (const QString &name, const QString &description="") |
|
bool | operator== (const Mode &other) const |
|
virtual void | onStateChanged (bool state) |
|
QString | name () const |
|
bool | enabled () const |
|
void | setEnabled (bool enabled) |
|
CodeEditor * | editor () const |
|
bool | onClose () const |
|
virtual QList< QAction * > | actions () const |
|
|
static QIcon | iconFromMessages (bool hasCheckerMessages, bool hasBookmark, CodeCheckerItem::CheckerType checkerStatus) |
|
|
virtual void | paintEvent (QPaintEvent *e) |
|
virtual void | mouseReleaseEvent (QMouseEvent *e) |
|
virtual void | mouseMoveEvent (QMouseEvent *e) |
|
virtual void | leaveEvent (QEvent *e) |
|
virtual void | contextMenuEvent (QContextMenuEvent *e) |
|
void | displayTooltip (QList< QVariant > args) |
|
|
void | menuToggleBookmark () |
|
|
int | m_previousLine |
|
DelayJobRunnerBase * | m_pJobRunner |
|
QMenu * | m_pContextMenu |
|
QMap< QString, QAction * > | m_contextMenuActions |
|
int | m_contextMenuLine |
|
BookmarkModel * | m_pBookmarkModel |
|
|
enum | Position {
Top = 0
, Left = 1
, Right = 2
, Bottom = 3
,
Floating = 4
} |
|
typedef QSharedPointer< Panel > | Ptr |
|
typedef QSharedPointer< Mode > | Ptr |
|
◆ onUninstall()
void ito::CheckerBookmarkPanel::onUninstall |
( |
| ) |
|
|
virtual |
◆ paintEvent()
void ito::CheckerBookmarkPanel::paintEvent |
( |
QPaintEvent * | e | ) |
|
|
protectedvirtual |
The documentation for this class was generated from the following files:
- C:/Workspace/itom_development_VS2019_Qt5.15.2_x64/itomProject/itom/Qitom/codeEditor/panels/checkerBookmarkPanel.h
- C:/Workspace/itom_development_VS2019_Qt5.15.2_x64/itomProject/itom/Qitom/codeEditor/panels/checkerBookmarkPanel.cpp