#import <CPAppearance.h>
Class Methods | |
(CPAppearance) | + appearanceNamed: |
(CPAppearance) | + currentAppearance |
(void) | + setCurrentAppearance: |
Class Methods inherited from CPObject | |
(BOOL) | + accessInstanceVariablesDirectly |
(id) | + alloc |
(id) | + allocWithCoder: |
(BOOL) | + automaticallyNotifiesObserversForKey: |
(void) | + cancelPreviousPerformRequestsWithTarget: |
(void) | + cancelPreviousPerformRequestsWithTarget:selector:object: |
(Class) | + class |
(BOOL) | + conformsToProtocol: |
(void) | + exposeBinding: |
(void) | + initialize |
(IMP) | + instanceMethodForSelector: |
(BOOL) | + instancesImplementSelector: |
(BOOL) | + instancesRespondToSelector: |
(BOOL) | + isBindingExclusive: |
(BOOL) | + isSubclassOfClass: |
(CPSet) | + keyPathsForValuesAffectingValueForKey: |
(void) | + load |
(id) | + new |
(void) | + object:performSelector:withObject:afterDelay:inModes: |
(void) | + setVersion: |
(Class) | + superclass |
(int) | + version |
A CPAppareance represents the appearance of an to a subset of UI elements. This is a very lightweight implementation of the NSAppearance system, but We are using it for compliance, and especially for the CPVisualEffectView
Definition at line 2 of file CPAppearance.h.
|
implementation |
Synthesized accessor method.
Provided by category CPAppearance(CPSynthesizedAccessors).
Definition at line 167 of file CPAppearance.j.
|
implementation |
Returns the CPAppearance object with the given name
name | the name of the appearance |
Definition at line 88 of file CPAppearance.j.
|
implementation |
Returns the current default CPAppearance
Definition at line 69 of file CPAppearance.j.
|
implementation |
Returns a human readable string describing the receiver
Reimplemented from CPObject.
Definition at line 134 of file CPAppearance.j.
|
implementation |
Definition at line 154 of file CPAppearance.j.
Creates a CPAppearance object initialized to the specified appearance file in the specified bundle This method does actually nothing special. It just creates a default appearance object
Definition at line 106 of file CPAppearance.j.
|
implementation |
Definition at line 143 of file CPAppearance.j.
|
implementation |
Determines if anObject
is functionally equivalent to the receiver.
YES
if anObject
is functionally equivalent to the receiver. Reimplemented from CPObject.
Definition at line 126 of file CPAppearance.j.
|
implementation |
Synthesized accessor method.
Provided by category CPAppearance(CPSynthesizedAccessors).
Definition at line 175 of file CPAppearance.j.
|
implementation |
Sets the current default CPAppearance
appearance | the new current appearance |
Definition at line 80 of file CPAppearance.j.