This page has been translated automatically.
UnigineScript
The Language
Core Library
Engine Library
Node-Related Classes
Plugins Library
High-Level Systems
Samples
C++ API
API Reference
Integration Samples
Usage Examples
C++ Plugins
Content Creation
Materials
Unigine Material Library
Tutorials
Warning! This version of documentation is OUTDATED, as it describes an older SDK version! Please switch to the documentation for the latest SDK version.
Warning! This version of documentation describes an old SDK version which is no longer supported! Please upgrade to the latest SDK version.

WidgetDialogImage Class

This class creates dialog window with an image preview of adjustable scale.

WidgetDialogImage Class

This class inherits from WidgetDialog

Members


WidgetDialogImage (Gui gui, string title = 0)

Constructor. Creates an image dialog with given parameters.

Arguments

  • Gui gui - GUI, to which the dialog will belong.
  • string title = 0 - Dialog title. This is an optional parameter.

Image getImage ()

Returns the image, preview and properties of which should be displayed in the dialog.

Return value

Image that was set.

string getTexture ()

Returns a name of the image, preview and properties of which should be displayed in the dialog.

Return value

Path to the image file.

void setImage (Image image)

Sets the image, preview and properties of which should be displayed in the dialog.

Arguments

  • Image image - Image to be set.

void setTexture (string image)

Sets a name of the image, preview and properties of which should be displayed in the dialog.

Arguments

  • string image - Path to the image file.
Last update: 2017-07-03
Build: ()