#include <lyt_Pane.h>
Inherits nw::lyt::internal::PaneBase.
Inherited by nw::lyt::TextBox.
◆ Pane()
◆ ~Pane()
| virtual nw::lyt::Pane::~Pane |
( |
| ) |
|
|
virtual |
◆ NW_UT_RUNTIME_TYPEINFO_ROOT()
| nw::lyt::Pane::NW_UT_RUNTIME_TYPEINFO_ROOT |
( |
| ) |
|
◆ GetVtxColor()
| virtual const ut::Color8 nw::lyt::Pane::GetVtxColor |
( |
u32 | idx | ) |
const |
|
virtual |
◆ SetVtxColor()
| virtual void nw::lyt::Pane::SetVtxColor |
( |
u32 | idx, |
|
|
ut::Color8 | value ) |
|
virtual |
◆ GetColorElement()
| virtual u8 nw::lyt::Pane::GetColorElement |
( |
u32 | idx | ) |
const |
|
virtual |
◆ SetColorElement()
| virtual void nw::lyt::Pane::SetColorElement |
( |
u32 | idx, |
|
|
u8 | value ) |
|
virtual |
◆ GetVtxColorElement()
| virtual u8 nw::lyt::Pane::GetVtxColorElement |
( |
u32 | idx | ) |
const |
|
virtual |
◆ SetVtxColorElement()
| virtual void nw::lyt::Pane::SetVtxColorElement |
( |
u32 | idx, |
|
|
u8 | value ) |
|
virtual |
◆ GetMaterial()
| virtual Material * nw::lyt::Pane::GetMaterial |
( |
u32 | idx | ) |
const |
|
virtual |
◆ GetMaterialNum()
| virtual u8 nw::lyt::Pane::GetMaterialNum |
( |
| ) |
const |
|
virtual |
◆ FindPaneByName()
| virtual Pane * nw::lyt::Pane::FindPaneByName |
( |
const char * | findName, |
|
|
bool | bRecursive = true ) |
|
virtual |
◆ FindMaterialByName()
| virtual Material * nw::lyt::Pane::FindMaterialByName |
( |
const char * | findName, |
|
|
bool | bRecursive = true ) |
|
virtual |
◆ BindAnimation()
| virtual void nw::lyt::Pane::BindAnimation |
( |
AnimTransform * | pAnimTrans, |
|
|
bool | bRecursive = true, |
|
|
bool | bEnable = true ) |
|
virtual |
◆ UnbindAnimation()
| virtual void nw::lyt::Pane::UnbindAnimation |
( |
AnimTransform * | pAnimTrans, |
|
|
bool | bRecursive = true ) |
|
virtual |
◆ UnbindAnimationSelf()
| virtual void nw::lyt::Pane::UnbindAnimationSelf |
( |
AnimTransform * | pAnimTrans | ) |
|
|
virtual |
◆ CalculateMtx()
| virtual void nw::lyt::Pane::CalculateMtx |
( |
CalculateMtxContext & | context, |
|
|
bool | isDirtyParentMtx ) |
|
virtual |
◆ Draw()
| virtual void nw::lyt::Pane::Draw |
( |
DrawInfo & | drawInfo | ) |
|
|
virtual |
◆ DrawSelf()
| virtual void nw::lyt::Pane::DrawSelf |
( |
DrawInfo & | drawInfo | ) |
|
|
virtual |
◆ LoadMtx()
| virtual void nw::lyt::Pane::LoadMtx |
( |
DrawInfo & | drawInfo | ) |
|
|
protectedvirtual |
◆ FindPaneByNameRecursive()
| virtual Pane * nw::lyt::Pane::FindPaneByNameRecursive |
( |
const char * | findName | ) |
|
|
protectedvirtual |
◆ FindMaterialByNameRecursive()
| virtual Material * nw::lyt::Pane::FindMaterialByNameRecursive |
( |
const char * | findName | ) |
|
|
protectedvirtual |
◆ m_pParent
| Pane* nw::lyt::Pane::m_pParent |
|
private |
◆ m_ChildList
◆ m_Translate
◆ m_Rotate
◆ m_Scale
◆ m_Size
| Size nw::lyt::Pane::m_Size |
|
private |
◆ m_Flag
◆ m_Alpha
| u8 nw::lyt::Pane::m_Alpha |
|
private |
◆ m_GlbAlpha
| u8 nw::lyt::Pane::m_GlbAlpha |
|
private |
◆ m_BasePosition
| u8 nw::lyt::Pane::m_BasePosition |
|
private |
◆ m_GlbMtx
◆ m_UserMtx
◆ m_pExtUserDataList
| const res::ExtUserDataList* nw::lyt::Pane::m_pExtUserDataList |
|
private |
◆ m_Name
◆ m_UserData