Lines Matching refs:Pane

289 NW_UT_RUNTIME_TYPEINFO_ROOT_DEFINITION(Pane);     // 実行時型情報の実体を定義
291 Pane::Pane() in Pane() function in nw::lyt::Pane
317 Pane::Pane(const res::Pane* pBlock) in Pane() function in nw::lyt::Pane
338 Pane::Init() in Init()
350 Pane::~Pane() in ~Pane()
369 Pane::SetName(const char* name) in SetName()
375 Pane::SetUserData(const char* userData) in SetUserData()
381 Pane::AppendChild(Pane* pChild) in AppendChild()
387 Pane::PrependChild(Pane* pChild) in PrependChild()
393 Pane::InsertChild( in InsertChild()
394 Pane* pNext, in InsertChild()
395 Pane* pChild in InsertChild()
405 Pane::InsertChild( in InsertChild()
407 Pane* pChild in InsertChild()
418 Pane::RemoveChild(Pane* pChild) in RemoveChild()
428 Pane::GetPaneRect() const in GetPaneRect()
442 Pane::GetVtxColor(u32 idx) const in GetVtxColor()
450 Pane::SetVtxColor( in SetVtxColor()
460 Pane::GetColorElement(u32 idx) const in GetColorElement()
474 Pane::SetColorElement( in SetColorElement()
492 Pane::GetVtxColorElement(u32 idx) const in GetVtxColorElement()
499 Pane::SetVtxColorElement( in SetVtxColorElement()
507 Pane*
508 Pane::FindPaneByName( in FindPaneByName()
523 if (Pane* pPane = it->FindPaneByName(findName, bRecursive)) in FindPaneByName()
534 Pane::FindMaterialByName( in FindMaterialByName()
568 Pane::CalculateMtx(const DrawInfo& drawInfo) in CalculateMtx()
694 Pane::Draw(const DrawInfo& drawInfo) in Draw()
713 Pane::DrawSelf(const DrawInfo& drawInfo) in DrawSelf()
736 Pane::Animate(u32 option) in Animate()
753 Pane::AnimateSelf(u32 option) in AnimateSelf()
781 Pane::BindAnimation( in BindAnimation()
793 Pane::UnbindAnimation( in UnbindAnimation()
811 Pane::UnbindAllAnimation(bool bRecursive) in UnbindAllAnimation()
817 Pane::UnbindAnimationSelf(AnimTransform* pAnimTrans) in UnbindAnimationSelf()
833 Pane::AddAnimationLink(AnimationLink* pAnimationLink) in AddAnimationLink()
841 Pane::FindAnimationLinkSelf(AnimTransform* pAnimTrans) in FindAnimationLinkSelf()
847 Pane::FindAnimationLinkSelf(const AnimResource& animRes) in FindAnimationLinkSelf()
853 Pane::SetAnimationEnable( in SetAnimationEnable()
881 Pane::SetAnimationEnable( in SetAnimationEnable()
910 Pane::LoadMtx(const DrawInfo& drawInfo) in LoadMtx()
918 Pane::GetVtxPos() const in GetVtxPos()
942 Pane::GetMaterial() const in GetMaterial()
955 Pane::GetMaterialNum() const in GetMaterialNum()
961 Pane::GetMaterial(u32 idx) const in GetMaterial()
970 Pane::GetExtUserDataNum() const in GetExtUserDataNum()
981 Pane::GetExtUserDataArray() const in GetExtUserDataArray()
992 Pane::FindExtUserDataByName(const char* name) in FindExtUserDataByName()