DirectoryModel

Constructors

this
this(DzlDirectoryModel* dzlDirectoryModel, bool ownedRef = false)

Sets our main struct and passes it to the parent class.

this
this(FileIF directory)

Creates a new #DzlDirectoryModel using @directory as the directory to monitor.

Members

Functions

getDirectory
FileIF getDirectory()

Gets the directory the model is observing.

getDirectoryModelStruct
DzlDirectoryModel* getDirectoryModelStruct(bool transferOwnership = false)

Get the main Gtk struct

getStruct
void* getStruct()

the main Gtk struct as a void*

setDirectory
void setDirectory(FileIF directory)
setVisibleFunc
void setVisibleFunc(DzlDirectoryModelVisibleFunc visibleFunc, void* userData, GDestroyNotify userDataFreeFunc)

Static functions

getType
GType getType()

Variables

dzlDirectoryModel
DzlDirectoryModel* dzlDirectoryModel;

the main Gtk struct

Meta