Coconut Framework
beta
|
Define CNTextLine class. More...
Go to the source code of this file.
Classes | |
struct | CNTextLine |
Functions | |
struct CNTextLine * | CNAllocateTextLine (struct CNTextSection *parent, const struct CNTextString *line, struct CNResource *resource) |
Allocate text line. More... | |
static struct CNObject * | CNObjectOfTextLine (struct CNTextLine *src) |
Get super class of text line. More... | |
static void | CNRetainTextLine (struct CNTextLine *dst) |
Retain the reference count. More... | |
static void | CNReleaseTextLine (struct CNTextLine *dst) |
Release the reference count. More... | |
Define CNTextLine class.
struct CNTextLine* CNAllocateTextLine | ( | struct CNTextSection * | parent, |
const struct CNTextString * | line, | ||
struct CNResource * | resource | ||
) |
Allocate text line.
parent | Parent section of this line |
line | Source text line |
resource | Resource to allocate the section |
|
static |
Get super class of text line.
src | Source text section |
References CNObjectOfTextElement(), and CNTextLine::superClass.
|
inlinestatic |
Retain the reference count.
dst | Destination text line |
References CNRetainTextElement(), and CNTextLine::superClass.
|
inlinestatic |
Release the reference count.
dst | Destination text line |
References CNReleaseTextElement(), and CNTextLine::superClass.