FBFilePopup Class Reference

#include <mobu-python-api.h>

Class Description

File Popup (for open/save).

+ Inheritance diagram for FBFilePopup:

Public Member Functions

 __reduce__ ()
 
 __init__ (object arg1)
 Constructor. More...
 
bool Execute (FBFilePopup arg1)
 Execute file popup. More...
 

Public Attributes

ORSDK2018::FBPropertyString Caption
 Read Write Property: Caption to put in popup window. More...
 
ORSDK2018::FBPropertyString FileName
 Read Write Property: File selected. More...
 
ORSDK2018::FBPropertyString Filter
 Read Write Property: Filter to use for popup window file selection. More...
 
ORSDK2018::FBPropertyString FullFilename
 Read Only Property: Full filename (path and file). More...
 
ORSDK2018::FBPropertyString Path
 Read Write Property: Path of file selected. More...
 
FBPropertyFilePopupStyle Style
 Read Write Property: Style of file popup. More...
 

Member Function Documentation

__init__ ( object  arg1)

Constructor.

Python Docstring:

__init__( (object)arg1) -> None 

C++ Signature:

 FBFilePopup() 
__reduce__ ( )
bool Execute ( FBFilePopup  arg1)

Execute file popup.

Python Docstring:

Execute( (FBFilePopup)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 FileName

Read Write Property: File selected.

ORSDK2018::FBPropertyString Filter

Read Write Property: Filter to use for popup window file selection.

ORSDK2018::FBPropertyString FullFilename

Read Only Property: Full filename (path and file).

ORSDK2018::FBPropertyString Path

Read Write Property: Path of file selected.

FBPropertyFilePopupStyle Style

Read Write Property: Style of file popup.