Package mcbase :: Package widgets :: Module mcfiledialog :: Class MCFileDialog
[hide private]
[frames] | no frames]

Class MCFileDialog

source code


Instance Methods [hide private]
 
__init__(self, *args)
File Dialog nesnesi oluşturur.
source code
 
userFolders(self)
Folders to be listed in sidebar.
source code
 
desktopFolder(self)
Returns the desktop folder of the current user.
source code
 
fileSelected(self, selectedFiles=None)
Fires the deferred with the selected files.
source code
Static Methods [hide private]
 
getSaveFileName(parent, caption, directory, dirFilter, onlyDirs=False)
Opens the file save dialog.
source code
 
getOpenFileName(parent, caption, directory, dirFilter)
Opens the file open dialog.
source code
Method Details [hide private]

fileSelected(self, selectedFiles=None)

source code 

Fires the deferred with the selected files. If no file is selected, fires the deferred with an empty string.