luxlabs header browser preview


@class JFXEffectStaticPreviewOptions, NSString, UIImage, JFXEffectPreviewManager;
@protocol CFXEffectPickerViewDelegate, CFXEffectPickerViewDataSource;

@interface CFXEffectPickerView : UIView <UICollectionViewDataSource, JFXEffectPreviewManagerDelegate, UICollectionViewDelegateFlowLayout>

@property (retain, nonatomic) JFXEffectStaticPreviewOptions *staticPreviewOptions;
@property (nonatomic) BOOL previewingIsWaitingForConfiguration;
@property (retain, nonatomic) JFXEffectPreviewManager *previewManager;
@property (nonatomic) struct CGSize { double width; double height; } cellSize;
@property (nonatomic) struct CGSize { double width; double height; } thumbnailSize;
@property (nonatomic, getter=isContinuousPreviewEnabled) BOOL continuousPreviewEnabled;
@property (retain, nonatomic) UIImage *previewBackgroundImage;
@property (nonatomic, getter=isUsingCameraForContinuousPreview) BOOL useCameraForContinuousPreview;
@property (weak, nonatomic) id<CFXEffectPickerViewDataSource> dataSource;
@property (weak, nonatomic) id<CFXEffectPickerViewDelegate> delegate;
@property (readonly) unsigned long long hash;
@property (readonly) Class superclass;
@property (readonly, copy) NSString *description;
@property (readonly, copy) NSString *debugDescription;

- (struct CGSize { double x0; double x1; })collectionView:(id)a0 layout:(id)a1 sizeForItemAtIndexPath:(id)a2;
- (void)collectionView:(id)a0 didSelectItemAtIndexPath:(id)a1;
- (void)reloadData;
- (id)collectionView;
- (void)sharedInit;
- (id)initWithFrame:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0;
- (id)contentView;
- (void).cxx_destruct;
- (long long)collectionView:(id)a0 numberOfItemsInSection:(long long)a1;
- (id)collectionViewLayout;
- (void)scrollViewDidScroll:(id)a0;
- (id)collectionView:(id)a0 cellForItemAtIndexPath:(id)a1;
- (id)initWithCoder:(id)a0;
- (void)didScrollCollectionView;
- (void)configureCell:(id)a0;
- (void)startPreviewing;
- (void)stopPreviewing;
- (void)subviewsDidLoad;
- (id)effectPickerCellReuseIdentifier;
- (void)applyEffectAtCellIndex:(unsigned long long)a0;
- (void)collectionView:(id)a0 didResize:(struct CGSize { double x0; double x1; })a1;
- (void)didResizeCollectionViewToSize:(struct CGSize { double x0; double x1; })a0;
- (void)didSelectItemAtCellIndex:(unsigned long long)a0;
- (void)effectDidLoadForCell:(id)a0 effect:(id)a1;
- (unsigned long long)effectIndexForCellIndex:(unsigned long long)a0;
- (id)effectPickerCellNibName;
- (id)effectPickerNibName;
- (void)effectPreviewManager:(id)a0 didUpdateContinousPreviewsForEffectIDs:(id)a1;
- (unsigned long long)numberOfCollectionViewItems;
- (void)orientationDidChange;
- (struct CGSize { double x0; double x1; })previewSizeInPixels;
- (void)updatePreviewEffects;
- (void)updatePreviewEffectsWhenReloadComplete;

@end