Searched refs:view (Results 1 – 16 of 16) sorted by relevance
/glogg/glogg/src/ |
H A D | session.cpp |
|
H A D | session.h |
|
H A D | mainwindow.cpp |
|
H A D | crawlerwidget.cpp |
|
/glogg/src/ |
H A D | session.cpp | 58 return result->second.view; in getViewIfOpen() 66 ViewInterface* view = nullptr; in open() local 76 return view; in open() 79 void Session::close( const ViewInterface* view ) in close() argument 81 openFiles_.erase( openFiles_.find( view ) ); in close() 94 for ( auto view: view_list ) { in save() local 99 std::tie( view_object, top_line, view_context ) = view; in save() 130 ViewInterface* view = openAlways( file.fileName, view_factory, file.viewContext.c_str() ); in restore() local 131 result.push_back( { file.fileName, view } ); in restore() 148 std::string Session::getFilename( const ViewInterface* view ) const in getFilename() [all …]
|
H A D | session.h | 69 void close( const ViewInterface* view ); 92 std::string getFilename( const ViewInterface* view ) const; 95 void getFileInfo( const ViewInterface* view, uint64_t* fileSize, 106 ViewInterface* view; member 114 OpenFile* findOpenFileFromView( const ViewInterface* view ); 115 const OpenFile* findOpenFileFromView( const ViewInterface* view ) const;
|
H A D | mainwindow.cpp | 980 auto view = dynamic_cast<const ViewInterface*>( mainTabWidget_.widget( i ) ); in writeSettings() local 982 view, in writeSettings() 984 view->context() ) ); in writeSettings()
|
H A D | crawlerwidget.cpp | 531 AbstractLogView* view = qobject_cast<AbstractLogView*>( activeView ); in activeView() local 532 return view; in activeView()
|
/glogg/glogg/ |
H A D | TODO |
|
H A D | README.md |
|
H A D | COPYING |
|
/glogg/ |
H A D | TODO | 2 - Line number in filtered view
|
H A D | README.md | 19 * Displays a context view of where in the log the lines of interest are
|
H A D | COPYING | 108 work under this License, and how to view a copy of this License. If
|
/glogg/glogg/doc/ |
H A D | documentation.markdown |
|
/glogg/doc/ |
H A D | documentation.markdown | 10 bottom part, called the "filtered view", shows the results of the search. The 14 bottom view, displaying the results of the search. The lines matching the 44 of the screen offers a view of the position of matches in the log file. Matches
|