newspeoplefor developersdocumentationdownloads

nGuiDirLister Script Interface

nguidirlister:

Super Class:

C++ Class:

Info

A directory content lister widget.

Commands:


setdirectory

Command Input:
s(DirName)
Command Output:
v
Command Description:
Set the directory name.

getdirectory

Command Input:
v
Command Output:
s(DirName)
Command Description:
Set the directory name.

setignoresubdirs

Command Input:
b(IgnoreSubDirs)
Command Output:
v
Command Description:
If true, subdirectories will not be listed.

getignoresubdirs

Command Input:
v
Command Output:
b(IgnoreSubDirs)
Command Description:
Return "ignore subdirs" flag.

setignorefiles

Command Input:
b(IgnoreFiles)
Command Output:
v
Command Description:
If true, files will not be listed.

getignorefiles

Command Input:
v
Command Output:
b(IgnoreFiles)
Command Description:
Return "ignore files" flag.

setpattern

Command Input:
s(Pattern)
Command Output:
v
Command Description:
Set file pattern against which entries will be matched.

getpattern

Command Input:
v
Command Output:
s(Pattern)
Command Description:
Get the file pattern.

Copyright © 1999-2005 by the contributing authors. Ideas, requests, problems: Send feedback.