Dazzle.DirectoryModel¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r/w |
The directory to list files from. |
Signals¶
- Inherited:
Fields¶
- Inherited:
Class Details¶
- class Dazzle.DirectoryModel(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- classmethod new(directory)¶
- Parameters:
- Returns:
A newly created
Dazzle.DirectoryModel
- Return type:
Creates a new
Dazzle.DirectoryModel
using directory as the directory to monitor.
- get_directory()¶
-
Gets the directory the model is observing.
- set_visible_func(visible_func, *user_data)¶
- Parameters:
visible_func (
Dazzle.DirectoryModelVisibleFunc
) –