TextureManagerCustomGui Class Reference

#include <customgui_texturemanager.h>

Inheritance diagram for TextureManagerCustomGui:

Detailed Description

Custom GUI (CUSTOMGUI_TEXTUREMANAGER) for managing paint textures.

Public Member Functions

void SetTexture (PaintTexture *tex)
 
void SetTexture (MultipassBitmap *bmp)
 
- Public Member Functions inherited from BaseCustomGui< 200000247 >
Int32 GetWidth ()
 
Int32 GetHeight ()
 
void Redraw ()
 
Bool LayoutChanged ()
 
Bool Activate ()
 
Bool SetDefaultForResEdit ()
 
Bool SetData (const TriState< GeData > &tristate)
 
TriState< GeDataGetData ()
 
void SetLayoutMode (Int32 mode)
 
Int32 GetLayoutMode ()
 
Bool SupportLayoutSwitch ()
 
- Public Member Functions inherited from _BaseCustomGui
Int32 GetWidth (Int32 plugid)
 
Int32 GetHeight (Int32 plugid)
 
void Redraw (Int32 plugid)
 
Bool LayoutChanged (Int32 plugid)
 
Bool Activate (Int32 plugid)
 
Bool SetDefaultForResEdit (Int32 plugid)
 
Bool SetData (Int32 plugid, const TriState< GeData > &tristate)
 
TriState< GeDataGetData (Int32 plugid)
 
void SetLayoutMode (Int32 plugid, Int32 mode)
 
Int32 GetLayoutMode (Int32 plugid)
 
Bool SupportLayoutSwitch (Int32 plugid)
 

Private Member Functions

 TextureManagerCustomGui ()
 
 ~TextureManagerCustomGui ()
 

Additional Inherited Members

- Static Public Attributes inherited from BaseCustomGui< 200000247 >
static constexpr Int32 VALUE
 

Constructor & Destructor Documentation

◆ TextureManagerCustomGui()

◆ ~TextureManagerCustomGui()

Member Function Documentation

◆ SetTexture() [1/2]

void SetTexture ( PaintTexture tex)

Sets the paint texture.

Parameters
[in]texThe paint texure to set. The caller owns the pointed texture.

◆ SetTexture() [2/2]

void SetTexture ( MultipassBitmap bmp)

Sets the paint texture as multipass bitmap.

Parameters
[in]bmpThe paint texure to set passed as multipass bitmap. The caller owns the pointed multipass bitmap.