API  1.0.0
CPTokenField.h
Go to the documentation of this file.
1 
3 {
4  CPScrollView _tokenScrollView;
5  int _shouldScrollTo;
6 
7  CPRange _selectedRange;
8 
9  _CPAutocompleteMenu _autocompleteMenu;
10  CGRect _inputFrame;
11 
12  CPTimeInterval _completionDelay;
13 
14  CPCharacterSet _tokenizingCharacterSet // @accessors(property=tokenizingCharacterSet);
15 
16  CPEvent _mouseDownEvent;
17 
18  BOOL _shouldNotifyTarget;
19 
20  int _buttonType // @accessors(property=buttonType);
21 
22  id <CPTokenFieldDelegate> _tokenFieldDelegate;
23  unsigned _implementedTokenFieldDelegateMethods;
24 }
25 @end
Definition: CPEvent.h:2