Definition at line 2597 of file CPView.j.
- (id) currentValueForThemeAttribute: |
|
(CPString) |
aName |
|
|
implementation |
- (BOOL) hasThemeAttribute: |
|
(CPString) |
aName |
|
|
implementation |
- (CPView) layoutEphemeralSubviewNamed: |
|
(CPString) |
aViewName |
positioned: |
|
(CPWindowOrderingMode) |
anOrderingMode |
relativeToEphemeralSubviewNamed: |
|
(CPString) |
relativeToViewName |
|
|
| |
|
implementation |
- (CGRect) rectForEphemeralSubviewNamed: |
|
(CPString) |
aViewName |
|
|
implementation |
- (void) registerThemeValues: |
|
(CPArray) |
themeValues |
|
|
implementation |
Registers theme values encoded in an array at runtime. The format of the data in the array is the same as that used by ThemeDescriptors.j, with the exception that you need to use CPColorWithImages() in place of PatternColor(). For more information see the comments at the top of ThemeDescriptors.j.
- Parameters
-
themeValues | array of theme values |
Extends class CPView.
Definition at line 2858 of file CPView.j.
- (void) registerThemeValues: |
|
(CPArray) |
themeValues |
inherit: |
|
(CPArray) |
inheritedValues |
|
|
| |
|
implementation |
Registers theme values encoded in an array at runtime. The format of the data in the array is the same as that used by ThemeDescriptors.j, with the exception that you need to use CPColorWithImages() in place of PatternColor(). The values in inheritedValues
are registered first, then those in themeValues
override/augment the inherited values. For more information see the comments at the top of ThemeDescriptors.j.
- Parameters
-
themeValues | array of base theme values |
inheritedValues | array of overridden/additional theme values |
Extends class CPView.
Definition at line 2884 of file CPView.j.
- (void) setTheme: |
|
(CPTheme) |
aTheme |
|
|
implementation |
- (void) setThemeClass: |
|
(CPString) |
theClass |
|
|
implementation |
- (void) setValue: |
|
(id) |
aValue |
forThemeAttribute: |
|
(CPString) |
aName |
|
|
| |
|
implementation |
- (id) valueForThemeAttribute: |
|
(CPString) |
aName |
|
|
implementation |
- (void) viewDidChangeTheme |
|
|
|
|
implementation |
The documentation for this category was generated from the following file: