diff options
author | ritsuka <[email protected]> | 2014-12-03 19:16:55 +0000 |
---|---|---|
committer | ritsuka <[email protected]> | 2014-12-03 19:16:55 +0000 |
commit | 82ea5dc61ad639506b4662a7bb7b573a4415a526 (patch) | |
tree | 451ae78f0f6a114fa5aa0a6ecbe4cce0dbb87b53 /macosx/HBPicture.h | |
parent | 8590673b1f5e8a0440a9e7b0e879e7b73a94f9f7 (diff) |
MacGui: added a new HBTitle class to wraps the hb_tltle_t parts used by the mac gui. Small improvements to the HBCore related classes.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6576 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/HBPicture.h')
-rw-r--r-- | macosx/HBPicture.h | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/macosx/HBPicture.h b/macosx/HBPicture.h index 4366d3e6d..24c695877 100644 --- a/macosx/HBPicture.h +++ b/macosx/HBPicture.h @@ -10,12 +10,17 @@ @interface HBPicture : NSObject -/* - width - height +- (void)applySettingsFromPreset:(NSDictionary *)preset; + +@property (nonatomic, readwrite) int width; +@property (nonatomic, readwrite) int height; + +@property (nonatomic, readwrite) BOOL autocrop; +@property (nonatomic, readwrite) int *crop; - autocrop - crop[] +@property (nonatomic, readwrite) int modulus; + +/* anamorphic { mode keepDisplayAspect |