#include <mobu-python-api.h>
Folder Popup (for selecting a directory).
Public Member Functions | |
__reduce__ () | |
__init__ (object arg1) | |
Constructor. More... | |
bool | Execute (FBFolderPopup arg1) |
Execute folder popup. More... | |
Public Attributes | |
ORSDK2018::FBPropertyString | Caption |
Read Write Property: Caption to put in popup window. More... | |
ORSDK2018::FBPropertyString | Path |
Read Write Property: Path of folder selected. More... | |
__init__ | ( | object | arg1 | ) |
Constructor.
Python Docstring:
__init__( (object)arg1) -> None
C++ Signature:
FBFolderPopup()
__reduce__ | ( | ) |
bool Execute | ( | FBFolderPopup | arg1 | ) |
Execute folder popup.
Python Docstring:
Execute( (FBFolderPopup)arg1) -> bool
C++ Signature:
bool Execute()
ORSDK2018::FBPropertyString Caption |
Read Write Property: Caption to put in popup window.
ORSDK2018::FBPropertyString Path |
Read Write Property: Path of folder selected.