Home
last modified time | relevance | path

Searched refs:DirTree (Results 1 – 25 of 148) sorted by relevance

123456

/dports/sysutils/qdirstat/qdirstat-1.8/src/
H A DDirTree.cpp32 DirTree::DirTree(): in DirTree() function in DirTree
52 DirTree::~DirTree() in ~DirTree()
94 QString DirTree::url() const in url()
100 void DirTree::clear() in clear()
117 void DirTree::reset() in reset()
237 void DirTree::abortReading() in abortReading()
249 void DirTree::finalizeTree() in finalizeTree()
262 void DirTree::slotFinished() in slotFinished()
394 void DirTree::sendFinished() in sendFinished()
402 void DirTree::sendAborted() in sendAborted()
[all …]
H A DPkgReader.h24 class DirTree; variable
45 PkgReader( DirTree * tree );
123 DirTree * _tree;
156 PkgReadJob( DirTree * tree,
204 DirTree * tree,
274 AsyncPkgReadJob( DirTree * tree,
332 CachePkgReadJob( DirTree * tree,
H A DDirReadJob.h25 class DirTree; variable
60 DirReadJob( DirTree *tree, DirInfo *dir = 0 );
91 DirTree * tree() const { return _tree; } in tree()
160 DirTree * _tree;
178 ObjDirReadJob( DirTree *tree, DirInfo *dir = 0 )
211 LocalDirReadJob( DirTree * tree, DirInfo * dir );
227 DirTree * tree,
355 CacheReadJob( DirTree * tree,
365 CacheReadJob( DirTree * tree,
H A DDirTreeCache.h35 CacheWriter( const QString & fileName, DirTree *tree );
61 bool writeCache( const QString & fileName, DirTree *tree );
101 DirTree * tree,
151 DirTree * tree() const { return _tree; } in tree()
277 DirTree * _tree;
H A DSubtree.h46 Subtree( DirTree * tree = 0 ):
54 DirTree * tree() const { return _tree; } in tree()
140 void setTree( DirTree * tree ) { _tree = tree; } in setTree()
167 DirTree * _tree;
H A DFileInfo.h42 class DirTree; variable
83 FileInfo( DirTree * tree,
92 DirTree * tree,
101 FileInfo( DirTree * tree,
526 DirTree * tree() const { return _tree; } in tree()
952 DirTree * _tree; // pointer to the parent tree
H A DPkgInfo.h20 class DirTree; in PkgInfo()
38 PkgInfo( DirTree * tree, in PkgInfo()
84 void setTree( DirTree * tree ) { _tree = tree; } in PkgInfo()
H A DDirInfo.h21 class DirTree; variable
41 DirTree * tree,
48 DirInfo( DirTree * tree,
62 DirInfo( DirTree * tree,
H A DTreemapView.h41 class DirTree; variable
73 void setDirTree( DirTree * tree );
94 DirTree * tree() const { return _tree; } in tree()
478 DirTree * _tree;
H A DAttic.h20 class DirTree; variable
40 Attic( DirTree * tree,
H A DDotEntry.h20 class DirTree; variable
35 DotEntry( DirTree * tree,
H A DDirTree.h47 class DirTree: public QObject
58 DirTree();
63 virtual ~DirTree();
H A DQDirStatApp.h19 class DirTree; variable
100 DirTree * dirTree() const;
/dports/net/rclone/rclone-1.57.0/fs/dirtree/
H A Ddirtree.go17 type DirTree map[string]fs.DirEntries type
20 func New() DirTree {
21 return make(DirTree)
35 func (dt DirTree) Add(entry fs.DirEntry) {
43 func (dt DirTree) AddDir(entry fs.DirEntry) {
54 func (dt DirTree) AddEntry(entry fs.DirEntry) {
79 func (dt DirTree) CheckParent(root, dirPath string) {
92 func (dt DirTree) CheckParents(root string) {
99 func (dt DirTree) Sort() {
106 func (dt DirTree) Dirs() (dirNames []string) {
[all …]
/dports/net-p2p/libktorrent/libktorrent-21.12.3/src/diskio/
H A Ddeletedatafilesjob.cpp37 directory_tree = new DirTree(base);
69 DeleteDataFilesJob::DirTree::DirTree(const QString &name)
75 DeleteDataFilesJob::DirTree::~DirTree()
79 void DeleteDataFilesJob::DirTree::insert(const QString &fpath)
86 DirTree *d = subdirs.find(dn);
88 d = new DirTree(dn);
95 void DeleteDataFilesJob::DirTree::doDeleteOnEmpty(const QString &base)
97 bt::PtrMap<QString, DirTree>::iterator i = subdirs.begin();
H A Ddeletedatafilesjob.h54 struct DirTree {
56 bt::PtrMap<QString, DirTree> subdirs;
58 DirTree(const QString &name);
59 ~DirTree();
68 DirTree *directory_tree;
/dports/net/termshark/termshark-2.1.1/vendor/github.com/gcla/gowid/examples/gowid-dir/
H A Ddir.go31 var parent1 *DirTree
114 res = &DirTree{
121 res = &DirTree{
133 type DirTree struct { struct
143 func (d *DirTree) FullPath() string { argument
151 func (d *DirTree) Leaf() string { argument
155 func (d *DirTree) String() string { argument
180 func (d *DirTree) IsCollapsed() bool { argument
237 ctree := ctree2.(*DirTree)
285 ctree := tr.(*DirTree)
[all …]
/dports/devel/commoncpp/commoncpp2-1.8.1/src/
H A Ddir.cpp282 DirTree::DirTree(const char *prefix, unsigned depth) in DirTree() function in ost::DirTree
291 DirTree::DirTree(unsigned depth) in DirTree() function in ost::DirTree
298 void DirTree::open(const char *prefix) in open()
319 DirTree::~DirTree() in ~DirTree()
329 unsigned DirTree::perform(const char *prefix) in perform()
340 void DirTree::close(void) in close()
349 bool DirTree::filter(const char *path, struct stat *ino) in filter()
370 char *DirTree::getPath(void) in getPath()
/dports/devel/ucommon/ucommon-7.0.0/commoncpp/
H A Ddir.cpp308 DirTree::DirTree(const char *prefix, unsigned depth) in DirTree() function in ost::DirTree
317 DirTree::DirTree(unsigned depth) in DirTree() function in ost::DirTree
324 void DirTree::open(const char *prefix) in open()
345 DirTree::~DirTree() in ~DirTree()
355 unsigned DirTree::perform(const char *prefix) in perform()
366 void DirTree::close(void) in close()
375 bool DirTree::filter(const char *fpath, struct stat *ino) in filter()
396 char *DirTree::getPath(void) in getPath()
/dports/x11-toolkits/p5-Tk/Tk-804.035/pod/
H A DDirTree.pod4 Tk::DirTree - Create and manipulate DirTree widgets
6 =for pm Tixish/DirTree.pm
12 S< >B<use Tk::DirTree;>
14 S< >I<$dirtree> = I<$parent>-E<gt>B<DirTree>(?I<options>?);
58 default the DirTree widget will attempt to read the directory as a
94 DirTree widget.
101 argument) and makes it into a DirTree widget. Additional options,
103 option database to configure aspects of the DirTree such as its
104 cursor and relief. The DirTree widget displays a list view of a
111 The B<DirTree> method creates a widget object.
[all …]
/dports/textproc/libmwaw03/libmwaw-0.3.20/src/tools/file/
H A Dole.h227 class DirTree
231 DirTree() in DirTree() function
283 DirTree(const DirTree &);
284 DirTree &operator=(const DirTree &);
296 DirTree m_dirTree;
/dports/print/scribus-devel/scribus-1.5.7/scribus/third_party/wpg/
H A DWPGOLEStream.cpp109 class DirTree class
113 DirTree();
125 DirTree( const DirTree& );
126 DirTree& operator=( const DirTree& );
138 DirTree* dirtree; // directory tree
386 const unsigned libwpg::DirTree::End = 0xffffffff;
388 libwpg::DirTree::DirTree() : in DirTree() function in libwpg::DirTree
394 void libwpg::DirTree::clear() in clear()
408 unsigned libwpg::DirTree::entryCount() in entryCount()
419 int libwpg::DirTree::parent( unsigned index ) in parent()
[all …]
/dports/editors/calligra/calligra-3.2.1/filters/libmsooxml/
H A Dooxml_pole.cpp111 class DirTree class
115 DirTree();
130 DirTree(const DirTree&);
131 DirTree& operator=(const DirTree&);
477 DirTree::DirTree() in DirTree() function in DirTree
482 void DirTree::clear() in clear()
496 unsigned DirTree::entryCount() in entryCount()
709 unsigned DirTree::size() in size()
760 void DirTree::debug() in debug()
793 dirtree = new DirTree(); in StorageIO()
[all …]
/dports/editors/calligra/calligra-3.2.1/filters/libmso/
H A Dpole.cpp132 class DirTree class
136 DirTree();
152 DirTree(const DirTree&);
153 DirTree& operator=(const DirTree&);
633 bool DirTree::valid() const in valid()
719 DirTree::DirTree() in DirTree() function in DirTree
724 void DirTree::clear() in clear()
738 unsigned DirTree::entryCount() in entryCount()
1042 unsigned DirTree::size() in size()
1093 void DirTree::debug() in debug()
[all …]
/dports/devel/ucommon/ucommon-7.0.0/inc/commoncpp/
H A Dfile.h309 class __EXPORT DirTree
316 __DELETE_COPY(DirTree);
338 DirTree(const char *prefix, unsigned maxdepth);
345 DirTree(unsigned maxdepth);
347 virtual ~DirTree();

123456