Home
last modified time | relevance | path

Searched refs:name (Results 1 – 25 of 28) sorted by relevance

12

/glogg/src/
H A Dpersistentinfo.cpp69 const QString& name ) in registerPersistable() argument
73 objectList_.insert( name, object ); in registerPersistable()
76 std::shared_ptr<Persistable> PersistentInfo::getPersistable( const QString& name ) in getPersistable() argument
80 std::shared_ptr<Persistable> object = objectList_.value( name, NULL ); in getPersistable()
85 void PersistentInfo::save( const QString& name ) in save() argument
89 if ( objectList_.contains( name ) ) in save()
90 objectList_.value( name )->saveToStorage( *settings_ ); in save()
92 LOG(logERROR) << "Unregistered persistable " << name.toStdString(); in save()
98 void PersistentInfo::retrieve( const QString& name ) in retrieve() argument
105 if ( objectList_.contains( name ) ) in retrieve()
[all …]
H A Dpersistentinfo.h40 const QString& name );
42 std::shared_ptr<Persistable> getPersistable( const QString& name );
44 void save( const QString& name );
46 void retrieve( const QString& name );
72 std::shared_ptr<T> Persistent( const char* name ) in Persistent() argument
75 GetPersistentInfo().getPersistable( QString( name ) ); in Persistent()
80 std::shared_ptr<T> PersistentCopy( const char* name ) in PersistentCopy() argument
83 GetPersistentInfo().getPersistable( QString( name ) ); in PersistentCopy()
H A Dinotifywatchtowerdriver.cpp189 << " name: " << event->name; in processINotifyEvent()
192 file = list->searchByDirWdAndName( { event->wd }, event->name ); in processINotifyEvent()
196 LOG(logDEBUG) << "Dir change for watched file " << event->name; in processINotifyEvent()
H A Dwatchtowerlist.h120 typename Driver::DirId id, const char* name );
252 typename Driver::DirId id, const char* name ) in searchByDirWdAndName() argument
263 std::string path = dir->first + "/" + name; in searchByDirWdAndName()
H A Dmainwindow.h165 const char* name; member
/glogg/glogg/src/
H A Dpersistentinfo.cpp
H A Dpersistentinfo.h
H A Dinotifywatchtowerdriver.cpp
H A Dwatchtowerlist.h
H A Dmainwindow.h
H A Dmainwindow.cpp
/glogg/glogg/tests/
H A DwatchtowerTest.cpp
H A Dtest_utils.h
/glogg/tests/
H A DwatchtowerTest.cpp38 const char* name; in createTempName() local
40 name = _tempnam( "c:\\temp", "glogg_test" ); in createTempName()
42 name = tmpnam( nullptr ); in createTempName()
44 return name; in createTempName()
48 const char* name; in createTempEmptyFile() local
51 name = file_name.c_str(); in createTempEmptyFile()
56 name = createTempName(); in createTempEmptyFile()
58 int fd = creat( name, S_IRUSR | S_IWUSR ); in createTempEmptyFile()
61 return string( name ); in createTempEmptyFile()
374 void removeDir( const string& name ) { in removeDir() argument
[all …]
H A Dtest_utils.h12 …std::string {"."} + std::string {::testing::UnitTest::GetInstance()->current_test_info()->name() }; in TestTimer()
/glogg/glogg/
H A DTODO
H A DFileAssociation.nsh
H A Dglogg.pro
/glogg/
H A DTODO17 - Long file name makes the status bar extend
H A DFileAssociation.nsh178 DeleteRegKey HKCR $R1 ;Delete key with association name settings
H A Dglogg.pro159 doc_processor.name = markdown
/glogg/src/data/
H A Dlogdata.cpp203 const QString name = attached_file_->fileName(); in fileChangedOnDisk() local
205 LOG(logDEBUG) << "signalFileChanged: " << name.toStdString(); in fileChangedOnDisk()
207 QFileInfo info( name ); in fileChangedOnDisk()
/glogg/glogg/src/data/
H A Dlogdata.cpp
/glogg/glogg/doc/
H A Ddocumentation.markdown
/glogg/doc/
H A Ddocumentation.markdown7 If no file name is passed, _glogg_ will initially open the last used file.

12