Searched refs:AbstractLogView (Results 1 – 16 of 16) sorted by relevance
241 AbstractLogView::AbstractLogView(const AbstractLogData* newLogData, in AbstractLogView() function in AbstractLogView297 AbstractLogView::~AbstractLogView() in ~AbstractLogView()306 void AbstractLogView::changeEvent( QEvent* changeEvent ) in changeEvent()318 void AbstractLogView::mousePressEvent( QMouseEvent* mouseEvent ) in mousePressEvent()392 void AbstractLogView::mouseMoveEvent( QMouseEvent* mouseEvent ) in mouseMoveEvent()446 void AbstractLogView::mouseReleaseEvent( QMouseEvent* mouseEvent ) in mouseReleaseEvent()466 void AbstractLogView::mouseDoubleClickEvent( QMouseEvent* mouseEvent ) in mouseDoubleClickEvent()480 void AbstractLogView::timerEvent( QTimerEvent* timerEvent ) in timerEvent()517 void AbstractLogView::keyPressEvent( QKeyEvent* keyEvent ) in keyPressEvent()648 void AbstractLogView::wheelEvent( QWheelEvent* wheelEvent ) in wheelEvent()[all …]
37 : AbstractLogView( newLogData, quickFindPattern, parent ) in LogMainView()54 AbstractLogView::LineType LogMainView::lineType( int lineNumber ) const in lineType()91 AbstractLogView::keyPressEvent( keyEvent ); in keyPressEvent()
30 : AbstractLogView( newLogData, quickFindPattern, parent ) in FilteredView()60 AbstractLogView::LineType FilteredView::lineType( int lineNumber ) const in lineType()106 AbstractLogView::keyPressEvent( keyEvent ); in keyPressEvent()
28 class LogMainView : public AbstractLogView
30 class FilteredView : public AbstractLogView
151 class AbstractLogView :160 AbstractLogView( const AbstractLogData* newLogData,162 ~AbstractLogView();
229 AbstractLogView* activeView() const;
519 AbstractLogView* CrawlerWidget::activeView() const in activeView()531 AbstractLogView* view = qobject_cast<AbstractLogView*>( activeView ); in activeView()