Lines Matching refs:Pane
287 NW_UT_RUNTIME_TYPEINFO_ROOT_DEFINITION(Pane); // 実行時型情報の実体を定義
289 Pane::Pane() in Pane() function in nw::lyt::Pane
315 Pane::Pane(const res::Pane* pBlock) in Pane() function in nw::lyt::Pane
336 Pane::Init() in Init()
348 Pane::~Pane() in ~Pane()
367 Pane::SetName(const char* name) in SetName()
373 Pane::SetUserData(const char* userData) in SetUserData()
379 Pane::AppendChild(Pane* pChild) in AppendChild()
385 Pane::PrependChild(Pane* pChild) in PrependChild()
391 Pane::InsertChild( in InsertChild()
392 Pane* pNext, in InsertChild()
393 Pane* pChild in InsertChild()
403 Pane::InsertChild( in InsertChild()
405 Pane* pChild in InsertChild()
416 Pane::RemoveChild(Pane* pChild) in RemoveChild()
426 Pane::GetPaneRect() const in GetPaneRect()
440 Pane::GetVtxColor(u32 idx) const in GetVtxColor()
448 Pane::SetVtxColor( in SetVtxColor()
458 Pane::GetColorElement(u32 idx) const in GetColorElement()
472 Pane::SetColorElement( in SetColorElement()
490 Pane::GetVtxColorElement(u32 idx) const in GetVtxColorElement()
497 Pane::SetVtxColorElement( in SetVtxColorElement()
505 Pane*
506 Pane::FindPaneByName( in FindPaneByName()
521 if (Pane* pPane = it->FindPaneByName(findName, bRecursive)) in FindPaneByName()
532 Pane::FindMaterialByName( in FindMaterialByName()
566 Pane::CalculateMtx(const DrawInfo& drawInfo) in CalculateMtx()
692 Pane::Draw(const DrawInfo& drawInfo) in Draw()
711 Pane::DrawSelf(const DrawInfo& drawInfo) in DrawSelf()
734 Pane::Animate(u32 option) in Animate()
751 Pane::AnimateSelf(u32 option) in AnimateSelf()
779 Pane::BindAnimation( in BindAnimation()
791 Pane::UnbindAnimation( in UnbindAnimation()
809 Pane::UnbindAllAnimation(bool bRecursive) in UnbindAllAnimation()
815 Pane::UnbindAnimationSelf(AnimTransform* pAnimTrans) in UnbindAnimationSelf()
831 Pane::AddAnimationLink(AnimationLink* pAnimationLink) in AddAnimationLink()
839 Pane::FindAnimationLinkSelf(AnimTransform* pAnimTrans) in FindAnimationLinkSelf()
845 Pane::FindAnimationLinkSelf(const AnimResource& animRes) in FindAnimationLinkSelf()
851 Pane::SetAnimationEnable( in SetAnimationEnable()
879 Pane::SetAnimationEnable( in SetAnimationEnable()
908 Pane::LoadMtx(const DrawInfo& drawInfo) in LoadMtx()
916 Pane::GetVtxPos() const in GetVtxPos()
940 Pane::GetMaterial() const in GetMaterial()
953 Pane::GetMaterialNum() const in GetMaterialNum()
959 Pane::GetMaterial(u32 idx) const in GetMaterial()
968 Pane::GetExtUserDataNum() const in GetExtUserDataNum()
979 Pane::GetExtUserDataArray() const in GetExtUserDataArray()
990 Pane::FindExtUserDataByName(const char* name) in FindExtUserDataByName()