< AMControllableHierarchy > Protocol Reference
Provides a protocol for retrieving the closest corresponding control from a hierachy of controllable objects.
More...
#import <AMControllableHierarchy.h>
List of all members.
|
Public Member Functions |
(AMControl *) | - getClosestControlWithName: |
| Gets the closest control definition with the specified name from the bottom of this object hierarchy, or nil if none was found.
|
Detailed Description
Provides a protocol for retrieving the closest corresponding control from a hierachy of controllable objects.
Member Function Documentation
- (AMControl *) getClosestControlWithName: |
|
(NSString *) |
_name |
|
|
Gets the closest control definition with the specified name from the bottom of this object hierarchy, or nil if none was found.
- Returns:
- The desired control, or nil if it does not exist.
The documentation for this protocol was generated from the following file: