Sophie

Sophie

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

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

#import <UIKit/UIKit.h>

@class FileContentViewController;
@class SpotObjectView;

@interface ObjectShortcutView : UIView

@property (nonatomic, readonly) SpotObjectView *spot;
@property (nonatomic, readonly) BOOL isDirectory;
@property (nonatomic, readonly) unsigned objectIndex;

+ (CGFloat) iconWidth;
+ (CGFloat) iconHeight;
+ (CGFloat) textHeight;
+ (CGRect) defaultRect;

- (instancetype) initWithFrame : (CGRect) frame controller : (FileContentViewController *) c forObjectAtIndex : (unsigned) objIndex withThumbnail : (UIImage *) thumbnail;
- (instancetype) initWithFrame : (CGRect) frame controller : (FileContentViewController *) c forFolderAtIndex : (unsigned) index;

@end