This page has been translated automatically.
UnigineScript
The Language
Core Library
Engine Library
Node-Related Classes
GUI-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
Внимание! Эта версия документация УСТАРЕЛА, поскольку относится к более ранней версии SDK! Пожалуйста, переключитесь на самую актуальную документацию для последней версии SDK.
Внимание! Эта версия документации описывает устаревшую версию SDK, которая больше не поддерживается! Пожалуйста, обновитесь до последней версии SDK.

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: 03.07.2017
Build: ()