Muvicado HD
Loading...
Searching...
No Matches
Element Class Reference

Abstract base class for items stored in PadView's element bag. More...

#include <Element.h>

Inheritance diagram for Element:
Collaboration diagram for Element:

Instance Methods

(id) - init [implementation]
(void) - dealloc [implementation]
(void) - encodeWithCoder: [implementation]
(id) - initWithCoder: [implementation]

Detailed Description

Abstract base class for items stored in PadView's element bag.

Concrete defaults for Element; subclasses add properties and behavior.

Conforms to NSCoding to support archiving/unarchiving of elements.

Definition at line 17 of file Element.h.

Method Documentation

◆ dealloc

- (void) dealloc
implementation

Releases resources before deallocation.

Reimplemented in Pad.

Definition at line 23 of file Element.m.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ encodeWithCoder:

- (void) encodeWithCoder: (NSCoder *) aCoder
implementation

Encodes the element's state (no-op in base class).

Reimplemented in Pad.

Definition at line 30 of file Element.m.

◆ init

- (id) init
implementation

Initializes the base element instance.

Reimplemented in Pad.

Definition at line 15 of file Element.m.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ initWithCoder:

- (id) initWithCoder: (NSCoder *) aDecoder
implementation

Decodes the element's state (no-op in base class).

Reimplemented in Pad.

Definition at line 34 of file Element.m.


The documentation for this class was generated from the following files: