allow hiding of option rows based on the value of other rows

This commit is contained in:
Chris Danford
2005-02-20 10:12:50 +00:00
parent df6c246af6
commit 5c7b8314f4
12 changed files with 475 additions and 191 deletions
+5
View File
@@ -64,6 +64,11 @@ void ActorFrame::RemoveChild( Actor* pActor )
m_SubActors.erase( iter );
}
void ActorFrame::RemoveAllChildren()
{
m_SubActors.clear();
}
void ActorFrame::MoveToTail( Actor* pActor )
{
vector<Actor*>::iterator iter = find( m_SubActors.begin(), m_SubActors.end(), pActor );