Inheritance diagram for CP_M_SubViewHandler:
Public Member Functions | |
Constructor / Destructor | |
virtual | ~CP_M_SubViewHandler () |
Destructor. | |
Protected Member Functions | |
Constructor / Destructor | |
CP_M_SubViewHandler () | |
Constructor. | |
Protected Attributes | |
CP_SubViews_List * | fSubViews |
|
Destructor.
|
|
Constructor.
|
|
Adds the passed in subView to our list of subViews. If the View is already in the list, it is not added another time.
|
|
Delete all of our sub Views and the list that tracks them.
|
|
Delete one of our subViews.
|
|
Remove the passed in subView from our list of subViews.
|
|
Find the sub View containing our passed in point. The search beings at the end of the list of subViews. The subView list is in order that the subViews where added to the view, not necessarily by location.
|
|
Find the sub View containing our passed in View id. The search beings at the end of the list of subViews. The subView list is in order that the subViews where added to the view, not necessarily by location. This will return the last subView added with the passed in id in case of multiple subViews with the same id.
|
|
Returns true if this subview contains the passed in CP_View object. If the inRecrusive flag is set and the view is not found in the outter view, the search continues in subviews until the match is found, or all views and sub views have been searched.
|
|
Show the window.
|
|
Hide the window.
|
|
|