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. | |
| grt::StringRef dialogTitle | ( | ) | const |
Getter for attribute dialogTitle.
Title to use in file dialog when requesting a file to the user
| 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
| grt::StringRef dialogType | ( | ) | const |
Getter for attribute dialogType.
Type of file dialog (save, open)
| virtual void dialogType | ( | const grt::StringRef & | value | ) | [virtual] |
Setter for attribute dialogType.
Type of file dialog (save, open)
| virtual void fileExtensions | ( | const grt::StringRef & | value | ) | [virtual] |
Setter for attribute fileExtensions.
Accepted file extensions, starting with the default one (without the .)
| grt::StringRef fileExtensions | ( | ) | const |
Getter for attribute fileExtensions.
Accepted file extensions, starting with the default one (without the .)
1.7.1