API 0.9.5
CPCheckBox Class Reference

#import <CPCheckBox.h>

Inheritance diagram for CPCheckBox:

List of all members.

Instance Methods

(id) - initWithFrame:
(void) - takeStateFromKeyPath:ofObjects:
(void) - takeValueFromKeyPath:ofObjects:

Class Methods

(id) + checkBoxWithTitle:
(id) + checkBoxWithTitle:theme:
(CPString+ defaultThemeClass

Detailed Description

Definition at line 2 of file CPCheckBox.h.


Method Documentation

+ (id) checkBoxWithTitle: (CPString aTitle

Definition at line 36 of file CPCheckBox.j.

+ (id) checkBoxWithTitle: (CPString aTitle
theme: (CPTheme aTheme 

Definition at line 31 of file CPCheckBox.j.

+ (CPString) defaultThemeClass

Reimplemented from CPButton.

Definition at line 41 of file CPCheckBox.j.

- (id) initWithFrame: (CGRect)  aFrame

Initializes and returns a newly allocated CPButton object with a specified frame rectangle.

Parameters:
aFrameThe frame rectangle for the created button object.
Returns:
An initialized CPView object or nil if the object couldn't be created.

Reimplemented from CPButton.

Definition at line 54 of file CPCheckBox.j.

- (void) takeStateFromKeyPath: (CPString aKeyPath
ofObjects: (CPArray objects 

Definition at line 73 of file CPCheckBox.j.

- (void) takeValueFromKeyPath: (CPString aKeyPath
ofObjects: (CPArray objects 

Definition at line 91 of file CPCheckBox.j.


The documentation for this class was generated from the following files:
 All Classes Files Functions Variables Defines