Sophie

Sophie

distrib > Fedora > 18 > x86_64 > by-pkgid > 8c86774a3e53d77cc119f53a2b94a57a > files > 267

root-tutorial-5.34.14-2.fc18.noarch.rpm

#import "ObjectInspectorComponent.h"

//
//The name is not really good: this inspector's view contains:
//range slider to change X-axis range; text field for H1's title;
//switch control (show or hide markers).
//I think the name is a legacy (at the beginning inspector was quite different).
//It's one of two tabs in the 'Hist attributes' inspector.
//

@interface H1BinsInspector : UIViewController <ObjectInspectorComponent>

- (void) setObjectController : (ObjectViewController *) c;
- (void) setObject : (TObject *) o;

@end