#include <customgui_texbox.h>
Shader link custom GUI (
CUSTOMGUI_TEXBOX
).
Here are the settings:
TEXBOX_CUSTOMGUISETTINGS
公共成员函数 |
|
BaseList2D * | GetLink (const BaseDocument *doc) |
BaseList2D * | GetLink (const BaseDocument *doc, Int32 type) |
Bool | SetLink (const BaseList2D *obj) |
![]() |
|
Int32 | GetWidth () |
Int32 | GetHeight () |
void | Redraw () |
Bool | LayoutChanged () |
Bool | 激活 () |
Bool | SetDefaultForResEdit () |
Bool | SetData (const TriState < GeData > &tristate) |
TriState < GeData > | GetData () |
void | SetLayoutMode ( Int32 mode) |
Int32 | GetLayoutMode () |
Bool | SupportLayoutSwitch () |
![]() |
|
Int32 | GetWidth ( Int32 plugid) |
Int32 | GetHeight ( Int32 plugid) |
void | Redraw ( Int32 plugid) |
Bool | LayoutChanged ( Int32 plugid) |
Bool | 激活 ( Int32 plugid) |
Bool | SetDefaultForResEdit ( Int32 plugid) |
Bool | SetData ( Int32 plugid, const TriState < GeData > &tristate) |
TriState < GeData > | GetData ( Int32 plugid) |
void | SetLayoutMode ( Int32 plugid, Int32 mode) |
Int32 | GetLayoutMode ( Int32 plugid) |
Bool | SupportLayoutSwitch ( Int32 plugid) |
私有成员函数 |
|
TexBoxGui () | |
~TexBoxGui () |
|
|
BaseList2D * GetLink | ( | const BaseDocument * | doc | ) |
Evaluates the link in the specified document.
[in] | doc | The document to evaluate the link in. The caller owns the pointed document. |
BaseList2D * GetLink | ( | const BaseDocument * | doc , |
Int32 | type | ||
) |
Evaluates the link in the specified document. If type is specified, nullptr is returned if the object is not of this type.
[in] | doc | The document to evaluate the link in. The caller owns the pointed document. |
[in] | type | Set this to a node type to only return the link if it is of this type. |
Bool SetLink | ( | const BaseList2D * | obj | ) |
Sets the link to point to obj .
[in] | obj | The new goal. The caller owns the pointed object. |