Revision: 15614
          http://sourceforge.net/p/skim-app/code/15614
Author:   hofman
Date:     2025-07-07 09:31:34 +0000 (Mon, 07 Jul 2025)
Log Message:
-----------
declare as properties

Modified Paths:
--------------
    trunk/PDFAnnotation_SKExtensions.h

Modified: trunk/PDFAnnotation_SKExtensions.h
===================================================================
--- trunk/PDFAnnotation_SKExtensions.h  2025-07-07 09:22:53 UTC (rev 15613)
+++ trunk/PDFAnnotation_SKExtensions.h  2025-07-07 09:31:34 UTC (rev 15614)
@@ -99,21 +99,11 @@
 
 @property (nonatomic, nullable, readonly) NSString *textString;
 
-- (BOOL)isMarkup;
-- (BOOL)isNote;
-- (BOOL)isText;
-- (BOOL)isLine;
-- (BOOL)isInk;
-- (BOOL)isLink;
-- (BOOL)isWidget;
-- (BOOL)isResizable;
-- (BOOL)isMovable;
-- (BOOL)isEditable;
-- (BOOL)hasBorder;
-- (BOOL)hasInteriorColor;
+@property (nonatomic, readonly) BOOL isMarkup, isNote, isText, isLine, isInk, 
isLink, isWidget;
+@property (nonatomic, readonly) BOOL isResizable, isMovable, isEditable;
+@property (nonatomic, readonly) BOOL hasBorder, hasInteriorColor;
+@property (nonatomic, readonly) BOOL isConvertibleAnnotation;
 
-- (BOOL)isConvertibleAnnotation;
-
 - (BOOL)hitTest:(NSPoint)point;
 
 @property (nonatomic, readonly) CGFloat boundsOrder;

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
Skim-app-commit mailing list
Skim-app-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to