Public Member Functions

app_PluginFileInput Class Reference

Inheritance diagram for app_PluginFileInput:
app_PluginInputDefinition GrtObject

List of all members.

Public Member Functions

grt::StringRef dialogTitle () const
 Getter for attribute dialogTitle.
virtual void dialogTitle (const grt::StringRef &value)
 Setter for attribute dialogTitle.
grt::StringRef dialogType () const
 Getter for attribute dialogType.
virtual void dialogType (const grt::StringRef &value)
 Setter for attribute dialogType.
grt::StringRef fileExtensions () const
 Getter for attribute fileExtensions.
virtual void fileExtensions (const grt::StringRef &value)
 Setter for attribute fileExtensions.

Member Function Documentation

grt::StringRef dialogTitle (  )  const

Getter for attribute dialogTitle.

Title to use in file dialog when requesting a file to the user

In Python:
value = obj.dialogTitle
virtual void dialogTitle ( const grt::StringRef &  value  )  [virtual]

Setter for attribute dialogTitle.

Title to use in file dialog when requesting a file to the user

In Python:
obj.dialogTitle = value
grt::StringRef dialogType (  )  const

Getter for attribute dialogType.

Type of file dialog (save, open)

In Python:
value = obj.dialogType
virtual void dialogType ( const grt::StringRef &  value  )  [virtual]

Setter for attribute dialogType.

Type of file dialog (save, open)

In Python:
obj.dialogType = value
virtual void fileExtensions ( const grt::StringRef &  value  )  [virtual]

Setter for attribute fileExtensions.

Accepted file extensions, starting with the default one (without the .)

In Python:
obj.fileExtensions = value
grt::StringRef fileExtensions (  )  const

Getter for attribute fileExtensions.

Accepted file extensions, starting with the default one (without the .)

In Python:
value = obj.fileExtensions