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
Help improve this article
Was this article helpful?
(or select a word/phrase and press Ctrl+Enter)