FBFolderPopup Class Reference

FBFolderPopup Class Reference

#include <mobu-python-api.h>

Class Description

Folder Popup (for selecting a directory).

+ Inheritance diagram for FBFolderPopup:

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...
 

Member Function Documentation

__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() 
Returns
true if OK is clicked by user.

Member Data Documentation

ORSDK2018::FBPropertyString Caption

Read Write Property: Caption to put in popup window.

ORSDK2018::FBPropertyString Path

Read Write Property: Path of folder selected.