FBFilePopup Class Reference
 
 
 
FBFilePopup Class Reference

This reference page is linked to from the following overview topics: Your First Python Program, Saving to a File.


#include <mobu-python-api.h>


Class Description

File Popup (for open/save).

Public Member Functions

def  __reduce__ ()
def  __init__ ()
def  Execute ()

Public Attributes

FBPropertyString  Caption
FBPropertyString  FileName
FBPropertyString  Filter
FBPropertyString  FullFilename
FBPropertyString  Path
FBPropertyFilePopupStyle  Style

Member Function Documentation

def __reduce__ ( )
def __init__ ( )

Python Docstring:

__init__( (object)arg1) -> None 

C++ Signature:

 FBFilePopup() 

Constructor.

def Execute ( )

Python Docstring:

Execute( (FBFilePopup)arg1) -> bool 

C++ Signature:

bool Execute() 

Execute file popup.

Returns:
true if OK is clicked by user.

Member Data Documentation

Read Write Property: Caption to put in popup window.

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

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

Read Write Property: Path of file selected.

FBPropertyFilePopupStyle Style

Read Write Property: Style of file popup.