#import <CPImageView.h>
Class Methods | |
(void) | + initialize |
Class Methods inherited from CPControl | |
(CPDictionary) | + themeAttributes |
Class Methods inherited from CPView | |
(Class) | + animatorClass |
(CAAnimation) | + defaultAnimationForKey: |
(CPMenu) | + defaultMenu |
(CPString) | + defaultThemeClass |
(BOOL) | + isHighDPIDrawingEnabled |
(CPSet) | + keyPathsForValuesAffectingBounds |
(CPSet) | + keyPathsForValuesAffectingFrame |
(void) | + setHighDPIDrawingEnabled: |
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 584 of file CPImageView.j.
|
implementation |
Returns YES
if the image view draws with a drop shadow. The default is NO
.
Definition at line 215 of file CPImageView.j.
|
implementation |
Toggles the display of the image view.
Definition at line 302 of file CPImageView.j.
|
implementation |
Returns the view's image.
Definition at line 142 of file CPImageView.j.
|
implementation |
Definition at line 269 of file CPImageView.j.
|
implementation |
Definition at line 202 of file CPImageView.j.
|
implementation |
Returns the view's image rectangle
Definition at line 323 of file CPImageView.j.
|
implementation |
Returns the image scaling of the control.
Reimplemented from CPControl.
Definition at line 294 of file CPImageView.j.
|
implementation |
Reimplemented from CPControl.
Definition at line 59 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 556 of file CPImageView.j.
|
implementation |
Initializes the receiver for usage with the specified bounding rectangle
Reimplemented from CPControl.
Definition at line 79 of file CPImageView.j.
|
implementation |
Definition at line 476 of file CPImageView.j.
|
implementation |
|
implementation |
Reimplemented from CPControl.
Definition at line 448 of file CPImageView.j.
|
implementation |
Definition at line 481 of file CPImageView.j.
|
implementation |
Definition at line 454 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 224 of file CPImageView.j.
|
implementation |
Definition at line 147 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 255 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 279 of file CPImageView.j.
|
implementation |
Definition at line 153 of file CPImageView.j.