Home
last modified time | relevance | path

Searched refs:toString (Results 1 – 18 of 18) sorted by relevance

/glogg/glogg/src/
H A Dsessioninfo.cpp
H A Dfilterset.cpp
H A Dviewinterface.h
H A Drecentfiles.cpp
H A Dsavedsearches.cpp
H A Dconfiguration.cpp
H A Dmainwindow.cpp
H A Dsession.cpp
H A Dcrawlerwidget.cpp
/glogg/src/
H A Dsessioninfo.cpp44 settings.value( "fileName" ).toString().toStdString(); in retrieveFromStorage()
47 settings.value( "viewContext" ).toString().toStdString(); in retrieveFromStorage()
H A Dfilterset.cpp187 regexp_ = QRegularExpression( settings.value( "regexp" ).toString(), in retrieveFromStorage()
189 foreColorName_ = settings.value( "fore_colour" ).toString(); in retrieveFromStorage()
190 backColorName_ = settings.value( "back_colour" ).toString(); in retrieveFromStorage()
H A Dviewinterface.h37 virtual std::string toString() const = 0;
H A Drecentfiles.cpp92 QString search = settings.value( "name" ).toString(); in retrieveFromStorage()
H A Dsavedsearches.cpp114 QString search = settings.value( "string" ).toString(); in retrieveFromStorage()
H A Dconfiguration.cpp74 QString family = settings.value( "mainFont.family" ).toString(); in retrieveFromStorage()
H A Dmainwindow.cpp463 loadFile(action->data().toString()); in openRecentFile()
956 defaultLocale.toString( lastModified, QLocale::NarrowFormat ); in updateInfoLine()
1045 output = defaultLocale.toString( (int) humanSize ); in readableSize()
1047 output = defaultLocale.toString( humanSize, 'f', 1 ); in readableSize()
H A Dsession.cpp105 session_files.push_back( { file->fileName, top_line, view_context->toString() } ); in save()
H A Dcrawlerwidget.cpp67 std::string toString() const;
1168 std::string CrawlerWidgetContext::toString() const in toString() function in CrawlerWidgetContext