luxlabs header browser preview


@class TSWPRep, NSString, TSAGalleryLayout, NSObject, TSDImageDrawingHelper;
@protocol TSDContainerInfo;

@interface TSAGalleryRep : TSDRep <TSWPContainerTextEditingRep, TSDImageDrawingDataSource, TSKChangeSourceObserver> {
    TSDImageDrawingHelper *_drawingHelper;
}

@property (readonly, nonatomic) TSAGalleryLayout *galleryLayout;
@property (readonly, nonatomic) TSWPRep *captionRep;
@property (readonly, nonatomic) TSWPRep *containedRep;
@property (readonly, nonatomic) NSObject<TSDContainerInfo> *containerInfo;
@property (readonly) unsigned long long hash;
@property (readonly) Class superclass;
@property (readonly, copy) NSString *description;
@property (readonly, copy) NSString *debugDescription;

+ (double)magicMoveAttributeMatchPercentBetweenOutgoingObject:(id)a0 incomingObject:(id)a1 mixingTypeContext:(id)a2;
+ (struct CGAffineTransform { double x0; double x1; double x2; double x3; double x4; double x5; })p_textureLayoutTransformInRootForLayout:(id)a0 isMagicMove:(BOOL)a1;
+ (struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })p_textureRectForLayout:(id)a0 viewScale:(double)a1 isMagicMove:(BOOL)a2;
+ (struct CGAffineTransform { double x0; double x1; double x2; double x3; double x4; double x5; })p_textureRenderTransformRelativeToTextureRect:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0 forLayout:(id)a1 viewScale:(double)a2 isMagicMove:(BOOL)a3;

- (void)dealloc;
- (void)drawInContext:(struct CGContext { } *)a0;
- (void).cxx_destruct;
- (void)willBeRemoved;
- (id)childReps;
- (id)initWithLayout:(id)a0 canvas:(id)a1;
- (void)updateChildrenFromLayout;
- (void)addChildTexturesToTextureSet:(id)a0 forDescription:(id)a1 passingTest:(id /* block */)a2;
- (id)textureForDescription:(id)a0;
- (void)updateHitTestingForTextureStage:(unsigned long long)a0 isAtEndOfBuild:(BOOL)a1;
- (id)layoutsForChildReps;
- (struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })p_imageContainerRectForContext:(struct CGContext { } *)a0;
- (id)galleryInfo;
- (id)imageDrawingHelperAdjustedImageData:(id)a0;
- (id)imageDrawingHelperImageData:(id)a0;
- (BOOL)imageDrawingHelperImageHasAlpha:(id)a0;
- (struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })imageDrawingHelperImageRect:(id)a0;
- (struct CGAffineTransform { double x0; double x1; double x2; double x3; double x4; double x5; })imageDrawingHelperImageTransformInRootForAntialiasingDefeat:(id)a0;
- (id)imageDrawingHelperThumbnailAdjustedImageData:(id)a0;
- (id)imageDrawingHelperThumbnailImageData:(id)a0;
- (void)invalidateCurrentItem;
- (void)p_announceNewItemForAccessibilityIfNeeded;
- (void)p_drawImageInContext:(struct CGContext { } *)a0 forLayer:(BOOL)a1;
- (id)p_emptyPlaceholderBackgroundColor;
- (id)p_emptyPlaceholderImage;
- (id)p_galleryItemForTextureStage:(unsigned long long)a0 isIncoming:(BOOL)a1;
- (BOOL)p_isEmpty;
- (id)p_newTextureForStage:(unsigned long long)a0 isIncoming:(BOOL)a1 includeImage:(BOOL)a2 includeCaption:(BOOL)a3 size:(struct CGSize { double x0; double x1; })a4 offset:(struct CGPoint { double x0; double x1; })a5 renderTransform:(struct CGAffineTransform { double x0; double x1; double x2; double x3; double x4; double x5; })a6;
- (void)p_renderTextureInContext:(struct CGContext { } *)a0 includeImage:(BOOL)a1 includeCaption:(BOOL)a2 renderTransform:(struct CGAffineTransform { double x0; double x1; double x2; double x3; double x4; double x5; })a3;
- (BOOL)p_shouldIncludeItemCaptionTextForStage:(unsigned long long)a0 isIncoming:(BOOL)a1;

@end