Inherits from NSObject
Declared in TKTheme.h

Overview

Represents the theme of a stylable object.

Instance Methods

addStyleGroup:

Adds a style group to the theme.

- (void)addStyleGroup:(TKStyleGroup *)aStyleGroup

Parameters

aStyleGroup

The style group.

Declared In

TKTheme.h

removeAllStyleGroups

Removes all style groups from the theme.

- (void)removeAllStyleGroups

Declared In

TKTheme.h

removeStyleGroup:

Removes a style from the theme.

- (void)removeStyleGroup:(TKStyleGroup *)aStyleGroup

Parameters

aStyleGroup

The style group

Declared In

TKTheme.h

stylesForClass:

Returns a style sheet for particular class.

- (TKStyleSheet *)stylesForClass:(Class)aClass

Parameters

aClass

A class.

Return Value

A style sheet for particular class.

Declared In

TKTheme.h