Home
last modified time | relevance | path

Searched refs:path (Results 1 – 12 of 12) sorted by relevance

/glogg/glogg/src/
H A Dwatchtowerlist.h
H A Dqtfilewatcher.cpp
H A Dwatchtower.h
H A Dmainwindow.cpp
/glogg/src/
H A Dwatchtowerlist.h30 ObservedDir( const std::string this_path ) : path { this_path } {} in ObservedDir()
35 std::string path; member
208 std::string directory_path( const std::string& path );
263 std::string path = dir->first + "/" + name; in searchByDirWdAndName() local
268 return searchByName( path ); in searchByDirWdAndName()
412 std::string directory_path( const std::string& path ) in directory_path() argument
414 size_t slash_pos = path.rfind( '/' ); in directory_path()
418 slash_pos = path.rfind( '\\' ); in directory_path()
425 return std::string( path, 0, slash_pos ); in directory_path()
H A Dqtfilewatcher.cpp53 qtFileWatcher_.addPath( fileInfo.path() ); in addFile()
81 qtFileWatcher_.removePath( fileInfo.path() ); in removeFile()
H A Dwatchtower.h109 std::string directory_path( const std::string& path );
176 dir->dir_id_ = driver_.addDir( dir->path ); in addFile()
H A Dmainwindow.cpp449 defaultDir = fileInfo.path(); in open()
/glogg/glogg/
H A DREADME.md
H A Dglogg.pro
/glogg/
H A DREADME.md49 `qmake BOOST_PATH=/path/to/boost/` will statically compile the required parts of
50 the Boost libraries whose source are found at the specified path.
51 The path should be the directory where the tarball from www.boost.org is
66 export QT_DIR=/path/to/qt/if/non/standard
67 export GMOCK_HOME=/path/to/gmock
H A Dglogg.pro171 icon16.path = $$PREFIX/share/icons/hicolor/16x16/apps
174 icon32.path = $$PREFIX/share/icons/hicolor/32x32/apps
177 icon_svg.path = $$PREFIX/share/icons/hicolor/scalable/apps
180 doc.path = $$PREFIX/share/doc/glogg
183 desktop.path = $$PREFIX/share/applications
186 target.path = $$PREFIX/bin