This page has been translated automatically.
Getting Started
Migrating to UNIGINE 2.0
C++ API Migration
UnigineScript
The Language
Core Library
Engine Library
Node-Related Classes
GUI-Related Classes
Plugins Library
High-Level Systems
Samples
Usage Examples
C++ API
API Reference
Integration Samples
Usage Examples
C++ Plugins
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.

Unigine::WidgetDialogImage Class

Interface for widget dialog color handling. See also UnigineScript analog.

To use this class, include the UnigineWidgetDialogImage.h file.

Unigine::WidgetDialogImage Class

Members


static Ptr< WidgetDialogImage > create (const WidgetDialogPtr & dialog)

WidgetDialogImage constructor.

Arguments

  • const WidgetDialogPtr & dialog - Dialog smart pointer.

static Ptr< WidgetDialogImage > create (const Ptr< Gui > & gui, const char * str)

WidgetDialogImage constructor.

Arguments

  • const Ptr< Gui > & gui - Gui pointer.
  • const char * str - Dialog window title. This is an optional argument.

virtual void setImage (const ImagePtr & image) const =0

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

Arguments

  • const ImagePtr & image - Image to be set.

virtual void getImage () const =0

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

Return value

Image that was set.

virtual void setTexture (const char * name) const =0

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

Arguments

  • const char * name - Path to an image file.

virtual const char * getTexture () const =0

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

Return value

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