Home
last modified time | relevance | path

Searched refs:setData (Results 1 – 8 of 8) sorted by relevance

/glogg/glogg/src/
H A Dviewinterface.h
H A Dsession.cpp
H A Dcrawlerwidget.cpp
H A Dmainwindow.cpp
/glogg/src/
H A Dviewinterface.h47 void setData( std::shared_ptr<LogData> log_data, in setData() function
H A Dsession.cpp184 view->setData( log_data, log_filtered_data ); in openAlways()
H A Dcrawlerwidget.cpp642 marksAndMatchesItem->setData( FilteredView::MarksAndMatches ); in setup()
649 marksItem->setData( FilteredView::MarksOnly ); in setup()
656 matchesItem->setData( FilteredView::MatchesOnly ); in setup()
H A Dmainwindow.cpp917 recentFileActions[j]->setData( recent_files[j] ); in updateRecentFileActions()