-
Notifications
You must be signed in to change notification settings - Fork 85
Expand file tree
/
Copy pathIDEIssueAnnotationProvider.h
More file actions
30 lines (25 loc) · 1022 Bytes
/
Copy pathIDEIssueAnnotationProvider.h
File metadata and controls
30 lines (25 loc) · 1022 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
/*
* Generated by class-dump 3.3.4 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2011 by Steve Nygard.
*/
#import "DVTAnnotationProvider.h"
@class IDEAnnotationContext;
@interface IDEIssueAnnotationProvider : DVTAnnotationProvider
{
IDEAnnotationContext *_context;
}
+ (id)annotationProviderForContext:(id)arg1 error:(id *)arg2;
@property(retain) IDEAnnotationContext *context; // @synthesize context=_context;
- (void)providerWillUninstall;
- (void)_rebuildAnnotations;
- (id)initWithContext:(id)arg1;
- (id)init;
- (void)didDeleteOrReplaceParagraphForAnnotation:(id)arg1;
- (void)_revealInIssueNavigator:(id)arg1;
- (double)sidebarMarkerOpacityForAnnotation:(id)arg1;
- (id)contextMenuItemsForAnnotation:(id)arg1 inTextSidebarView:(id)arg2;
- (BOOL)shouldMoveCursorForAnnotation:(id)arg1;
- (void)didClickAnnotation:(id)arg1 inTextSidebarView:(id)arg2 event:(id)arg3;
- (void)didClickMessageBubbleForAnnotation:(id)arg1 onIcon:(BOOL)arg2 inTextView:(id)arg3 event:(id)arg4;
@end