PTDiffOptions

@interface PTDiffOptions : NSObject
{


}




- (BOOL)GetAddGroupAnnots;
- (PTDiffOptions*)SetAddGroupAnnots: (BOOL)value;
- (PTBlendMode)GetBlendMode;
- (PTDiffOptions*)SetBlendMode: (PTBlendMode)value;
- (PTColorPt*)GetColorA;
- (PTDiffOptions*)SetColorA: (PTColorPt*)value;
- (PTColorPt*)GetColorB;
- (PTDiffOptions*)SetColorB: (PTColorPt*)value;
- (instancetype)init;
@end

Undocumented

  • Undocumented

    Declaration

    Objective-C

    - (BOOL)GetAddGroupAnnots;

    Swift

    func getAddGroupAnnots() -> Bool
  • Undocumented

    Declaration

    Objective-C

    - (PTDiffOptions*)SetAddGroupAnnots: (BOOL)value;

    Swift

    func setAddGroupAnnots(_ value: Bool) -> PTDiffOptions!
  • Undocumented

    Declaration

    Objective-C

    - (PTBlendMode)GetBlendMode;

    Swift

    func getBlendMode() -> PTBlendMode
  • Undocumented

    Declaration

    Objective-C

    - (PTDiffOptions*)SetBlendMode: (PTBlendMode)value;

    Swift

    func setBlendMode(_ value: PTBlendMode) -> PTDiffOptions!
  • Undocumented

    Declaration

    Objective-C

    - (PTColorPt*)GetColorA;

    Swift

    func getColorA() -> PTColorPt!
  • Undocumented

    Declaration

    Objective-C

    - (PTDiffOptions*)SetColorA: (PTColorPt*)value;

    Swift

    func setColorA(_ value: PTColorPt!) -> PTDiffOptions!
  • Undocumented

    Declaration

    Objective-C

    - (PTColorPt*)GetColorB;

    Swift

    func getColorB() -> PTColorPt!
  • Undocumented

    Declaration

    Objective-C

    - (PTDiffOptions*)SetColorB: (PTColorPt*)value;

    Swift

    func setColorB(_ value: PTColorPt!) -> PTDiffOptions!
  • Undocumented

    Declaration

    Objective-C

    - (instancetype)init;

    Swift

    init!()