allow hiding of option rows based on the value of other rows
This commit is contained in:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user