|
Drag[en]gine Script Module DragonScript 1.32.1
|
Button configuration. More...
Public Member Functions | |
| String | getDesignerSelector () |
| Designer selector or null. | |
| Image | getImage () |
| Image of button. | |
| Object | getResult () |
| Result to set if button is pressed. | |
| String | getText () |
| Text of button. | |
| ButtonConfiguration | new (String text) |
| Create button configuration with null result. | |
| ButtonConfiguration | new (String text, Image image, Object result) |
| Create button configuration. | |
| ButtonConfiguration | new (String text, Object result) |
| Create button configuration. | |
| void | setDesignerSelector (String selector) |
| Set designer selector or null. | |
| void | setImage (Image image) |
| Set image of button. | |
| void | setResult (Object result) |
| Set result to set if button is pressed. | |
| void | setText (String text) |
| Set text of button. | |
Public Attributes | |
| String | pDesignerSelector |
| Designer selector or null. | |
| Image | pImage |
| Image of button. | |
| Object | pResult |
| Result to set if button is pressed. | |
| String | pText |
| Text of button. | |
Button configuration.
| String Dragengine.Gui.WindowDialog.ButtonConfiguration.getDesignerSelector | ( | ) |
Designer selector or null.
| Image Dragengine.Gui.WindowDialog.ButtonConfiguration.getImage | ( | ) |
Image of button.
| Object Dragengine.Gui.WindowDialog.ButtonConfiguration.getResult | ( | ) |
Result to set if button is pressed.
| String Dragengine.Gui.WindowDialog.ButtonConfiguration.getText | ( | ) |
Text of button.
| ButtonConfiguration Dragengine.Gui.WindowDialog.ButtonConfiguration.new | ( | String | text | ) |
Create button configuration with null result.
| ButtonConfiguration Dragengine.Gui.WindowDialog.ButtonConfiguration.new | ( | String | text, |
| Image | image, | ||
| Object | result | ||
| ) |
Create button configuration.
| ButtonConfiguration Dragengine.Gui.WindowDialog.ButtonConfiguration.new | ( | String | text, |
| Object | result | ||
| ) |
Create button configuration.
| void Dragengine.Gui.WindowDialog.ButtonConfiguration.setDesignerSelector | ( | String | selector | ) |
Set designer selector or null.
| void Dragengine.Gui.WindowDialog.ButtonConfiguration.setImage | ( | Image | image | ) |
Set image of button.
| void Dragengine.Gui.WindowDialog.ButtonConfiguration.setResult | ( | Object | result | ) |
Set result to set if button is pressed.
| void Dragengine.Gui.WindowDialog.ButtonConfiguration.setText | ( | String | text | ) |
Set text of button.
| String Dragengine.Gui.WindowDialog.ButtonConfiguration.pDesignerSelector |
Designer selector or null.
| Image Dragengine.Gui.WindowDialog.ButtonConfiguration.pImage |
Image of button.
| Object Dragengine.Gui.WindowDialog.ButtonConfiguration.pResult |
Result to set if button is pressed.
| String Dragengine.Gui.WindowDialog.ButtonConfiguration.pText |
Text of button.