![]() |
API
0.9.6
|
#import <CPImageView.h>
Class Methods | |
(void) | + initialize |
![]() | |
(CPDictionary) | + themeAttributes |
![]() | |
(CPMenu) | + defaultMenu |
(CPString) | + defaultThemeClass |
(CPSet) | + keyPathsForValuesAffectingBounds |
(CPSet) | + keyPathsForValuesAffectingFrame |
![]() | |
(BOOL) | + accessInstanceVariablesDirectly |
(id) | + alloc |
(id) | + allocWithCoder: |
(BOOL) | + automaticallyNotifiesObserversForKey: |
(Class) | + class |
(void) | + exposeBinding: |
(IMP) | + instanceMethodForSelector: |
(BOOL) | + instancesRespondToSelector: |
(BOOL) | + isSubclassOfClass: |
(CPSet) | + keyPathsForValuesAffectingValueForKey: |
(void) | + load |
(id) | + new |
(void) | + setVersion: |
(Class) | + superclass |
(int) | + version |
Additional Inherited Members | |
![]() | |
Class | isa |
This class is a control that displays an image.
Definition at line 2 of file CPImageView.h.
|
implementation |
Writes the image view out to the coder.
aCoder | the coder to which the image view will be written |
Reimplemented from CPControl.
Provided by category CPImageView(CPCoding).
Definition at line 539 of file CPImageView.j.
|
implementation |
Returns YES
if the image view draws with a drop shadow. The default is NO
.
Definition at line 168 of file CPImageView.j.
|
implementation |
Toggles the display of the image view.
Definition at line 255 of file CPImageView.j.
|
implementation |
Returns the view's image.
Definition at line 104 of file CPImageView.j.
|
implementation |
Definition at line 222 of file CPImageView.j.
|
implementation |
Definition at line 156 of file CPImageView.j.
|
implementation |
Returns the view's image rectangle
Definition at line 276 of file CPImageView.j.
|
implementation |
Returns the image scaling of the control.
Reimplemented from CPControl.
Definition at line 247 of file CPImageView.j.
|
implementation |
Reimplemented from CPControl.
Definition at line 56 of file CPImageView.j.
|
implementation |
Initializes the image view with the provided coder.
aCoder | the coder from which data will be read. |
Reimplemented from CPControl.
Provided by category CPImageView(CPCoding).
Definition at line 495 of file CPImageView.j.
|
implementation |
Initializes the receiver for usage with the specified bounding rectangle
Reimplemented from CPControl.
Definition at line 74 of file CPImageView.j.
|
implementation |
Definition at line 429 of file CPImageView.j.
|
implementation |
|
implementation |
Notifies the receiver that the user has clicked the mouse down in its area.
anEvent | contains information about the click |
Reimplemented from CPControl.
Definition at line 401 of file CPImageView.j.
|
implementation |
Definition at line 434 of file CPImageView.j.
|
implementation |
Definition at line 407 of file CPImageView.j.
|
implementation |
Sets whether the image view should draw with a drop shadow.
shouldHaveShadow | whether the image view should have a shadow |
Definition at line 177 of file CPImageView.j.
|
implementation |
Definition at line 109 of file CPImageView.j.
|
implementation |
Sets the type of image alignment that should be used to render the image.
anImageAlignment | the type of scaling to use |
Definition at line 208 of file CPImageView.j.
|
implementation |
Sets the type of image scaling that should be used to render the image.
anImageScaling | the type of scaling to use |
Reimplemented from CPControl.
Definition at line 232 of file CPImageView.j.
|
implementation |
Definition at line 115 of file CPImageView.j.