Public Member Functions | |
| ilQTIMatimage () | |
| setEmbedded ($a_embedded) | |
| getEmbedded () | |
| setLabel ($a_label) | |
| getLabel () | |
| setHeight ($a_height) | |
| getHeight () | |
| setWidth ($a_width) | |
| getWidth () | |
| setUri ($a_uri) | |
| getUri () | |
| setX0 ($a_x0) | |
| getX0 () | |
| setY0 ($a_y0) | |
| getY0 () | |
| setEntityref ($a_entityref) | |
| getEntityref () | |
| setContent ($a_content) | |
| getContent () | |
Data Fields | |
| $embedded | |
| $label | |
| $uri | |
| $x0 | |
| $y0 | |
| $width | |
| $height | |
| $entityref | |
| $content | |
Definition at line 32 of file class.ilQTIMatapplet.php.
| ilQTIMatapplet::getContent | ( | ) |
Definition at line 134 of file class.ilQTIMatapplet.php.
{
return $this->content;
}
| ilQTIMatapplet::getEmbedded | ( | ) |
Definition at line 54 of file class.ilQTIMatapplet.php.
{
return $this->embedded;
}
| ilQTIMatapplet::getEntityref | ( | ) |
Definition at line 124 of file class.ilQTIMatapplet.php.
{
return $this->entityref;
}
| ilQTIMatapplet::getHeight | ( | ) |
Definition at line 74 of file class.ilQTIMatapplet.php.
{
return $this->height;
}
| ilQTIMatapplet::getLabel | ( | ) |
Definition at line 64 of file class.ilQTIMatapplet.php.
{
return $this->label;
}
| ilQTIMatapplet::getUri | ( | ) |
Definition at line 94 of file class.ilQTIMatapplet.php.
{
return $this->uri;
}
| ilQTIMatapplet::getWidth | ( | ) |
Definition at line 84 of file class.ilQTIMatapplet.php.
{
return $this->width;
}
| ilQTIMatapplet::getX0 | ( | ) |
Definition at line 104 of file class.ilQTIMatapplet.php.
{
return $this->x0;
}
| ilQTIMatapplet::getY0 | ( | ) |
Definition at line 114 of file class.ilQTIMatapplet.php.
{
return $this->y0;
}
| ilQTIMatapplet::ilQTIMatimage | ( | ) |
Definition at line 45 of file class.ilQTIMatapplet.php.
{
}
| ilQTIMatapplet::setContent | ( | $ | a_content | ) |
Definition at line 129 of file class.ilQTIMatapplet.php.
{
$this->content = $a_content;
}
| ilQTIMatapplet::setEmbedded | ( | $ | a_embedded | ) |
Definition at line 49 of file class.ilQTIMatapplet.php.
{
$this->embedded = $a_embedded;
}
| ilQTIMatapplet::setEntityref | ( | $ | a_entityref | ) |
Definition at line 119 of file class.ilQTIMatapplet.php.
{
$this->entityref = $a_entityref;
}
| ilQTIMatapplet::setHeight | ( | $ | a_height | ) |
Definition at line 69 of file class.ilQTIMatapplet.php.
{
$this->height = $a_height;
}
| ilQTIMatapplet::setLabel | ( | $ | a_label | ) |
Definition at line 59 of file class.ilQTIMatapplet.php.
{
$this->label = $a_label;
}
| ilQTIMatapplet::setUri | ( | $ | a_uri | ) |
Definition at line 89 of file class.ilQTIMatapplet.php.
{
$this->uri = $a_uri;
}
| ilQTIMatapplet::setWidth | ( | $ | a_width | ) |
Definition at line 79 of file class.ilQTIMatapplet.php.
{
$this->width = $a_width;
}
| ilQTIMatapplet::setX0 | ( | $ | a_x0 | ) |
Definition at line 99 of file class.ilQTIMatapplet.php.
{
$this->x0 = $a_x0;
}
| ilQTIMatapplet::setY0 | ( | $ | a_y0 | ) |
Definition at line 109 of file class.ilQTIMatapplet.php.
{
$this->y0 = $a_y0;
}
| ilQTIMatapplet::$content |
Definition at line 43 of file class.ilQTIMatapplet.php.
| ilQTIMatapplet::$embedded |
Definition at line 34 of file class.ilQTIMatapplet.php.
| ilQTIMatapplet::$entityref |
Definition at line 42 of file class.ilQTIMatapplet.php.
| ilQTIMatapplet::$height |
Definition at line 41 of file class.ilQTIMatapplet.php.
| ilQTIMatapplet::$label |
Definition at line 36 of file class.ilQTIMatapplet.php.
| ilQTIMatapplet::$uri |
Definition at line 37 of file class.ilQTIMatapplet.php.
| ilQTIMatapplet::$width |
Definition at line 40 of file class.ilQTIMatapplet.php.
| ilQTIMatapplet::$x0 |
Definition at line 38 of file class.ilQTIMatapplet.php.
| ilQTIMatapplet::$y0 |
Definition at line 39 of file class.ilQTIMatapplet.php.
1.7.1