Home
last modified time | relevance | path

Searched refs:current (Results 1 – 10 of 10) sorted by relevance

/glogg/glogg/src/
H A Dversionchecker.cpp
H A Dmainwindow.cpp
/glogg/src/
H A Dversionchecker.cpp45 bool isVersionNewer( const QString& current, const QString& new_version );
137 bool isVersionNewer( const QString& current, const QString& new_version ) in isVersionNewer() argument
148 QRegularExpressionMatch currentMatch = version_regex.match( current ); in isVersionNewer()
H A Dmainwindow.cpp445 if ( auto current = currentCrawlerWidget() ) in open() local
447 std::string current_file = session_->getFilename( current ); in open()
489 CrawlerWidget* current = currentCrawlerWidget(); in selectAll() local
491 if ( current ) in selectAll()
492 current->selectAll(); in selectAll()
499 CrawlerWidget* current = currentCrawlerWidget(); in copy() local
501 if ( current ) { in copy()
502 clipboard->setText( current->getSelectedText() ); in copy()
505 clipboard->setText( current->getSelectedText(), in copy()
885 auto current = dynamic_cast<CrawlerWidget*>( in currentCrawlerWidget() local
[all …]
/glogg/glogg/
H A DFileAssociation.nsh
H A DREADME.md
/glogg/
H A DFileAssociation.nsh120 ReadRegStr $1 HKCR $R1 "" ; read current file association
123 WriteRegStr HKCR $R1 "backup_val" "$1" ; backup current value
H A DREADME.md15 * Provides a second window showing the result of the current search
/glogg/glogg/doc/
H A Ddocumentation.markdown
/glogg/doc/
H A Ddocumentation.markdown110 <td>start a quickfind search in the current screen</td></tr>