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: 2017-07-03
Build: ()