ILIAS  release_4-4 Revision
ilQTIMatimage Class Reference
+ Collaboration diagram for ilQTIMatimage:

Public Member Functions

 ilQTIMatimage ()
 
 setImagetype ($a_imagetype)
 
 getImagetype ()
 
 setLabel ($a_label)
 
 getLabel ()
 
 setHeight ($a_height)
 
 getHeight ()
 
 setWidth ($a_width)
 
 getWidth ()
 
 setEmbedded ($a_embedded)
 
 getEmbedded ()
 
 setUri ($a_uri)
 
 getUri ()
 
 setX0 ($a_x0)
 
 getX0 ()
 
 setY0 ($a_y0)
 
 getY0 ()
 
 setEntityref ($a_entityref)
 
 getEntityref ()
 
 setContent ($a_content)
 
 getContent ()
 

Data Fields

 $imagetype
 
 $label
 
 $height
 
 $width
 
 $uri
 
 $embedded
 
 $x0
 
 $y0
 
 $entityref
 
 $content
 

Detailed Description

Definition at line 32 of file class.ilQTIMatimage.php.

Member Function Documentation

◆ getContent()

ilQTIMatimage::getContent ( )

Definition at line 144 of file class.ilQTIMatimage.php.

References $content.

145  {
146  return $this->content;
147  }

◆ getEmbedded()

ilQTIMatimage::getEmbedded ( )

Definition at line 94 of file class.ilQTIMatimage.php.

References $embedded.

95  {
96  return $this->embedded;
97  }

◆ getEntityref()

ilQTIMatimage::getEntityref ( )

Definition at line 134 of file class.ilQTIMatimage.php.

References $entityref.

135  {
136  return $this->entityref;
137  }

◆ getHeight()

ilQTIMatimage::getHeight ( )

Definition at line 74 of file class.ilQTIMatimage.php.

References $height.

75  {
76  return $this->height;
77  }

◆ getImagetype()

ilQTIMatimage::getImagetype ( )

Definition at line 54 of file class.ilQTIMatimage.php.

References $imagetype.

55  {
56  return $this->imagetype;
57  }

◆ getLabel()

ilQTIMatimage::getLabel ( )

Definition at line 64 of file class.ilQTIMatimage.php.

References $label.

65  {
66  return $this->label;
67  }

◆ getUri()

ilQTIMatimage::getUri ( )

Definition at line 104 of file class.ilQTIMatimage.php.

References $uri.

105  {
106  return $this->uri;
107  }

◆ getWidth()

ilQTIMatimage::getWidth ( )

Definition at line 84 of file class.ilQTIMatimage.php.

References $width.

85  {
86  return $this->width;
87  }

◆ getX0()

ilQTIMatimage::getX0 ( )

Definition at line 114 of file class.ilQTIMatimage.php.

References $x0.

115  {
116  return $this->x0;
117  }

◆ getY0()

ilQTIMatimage::getY0 ( )

Definition at line 124 of file class.ilQTIMatimage.php.

References $y0.

125  {
126  return $this->y0;
127  }

◆ ilQTIMatimage()

ilQTIMatimage::ilQTIMatimage ( )

Definition at line 45 of file class.ilQTIMatimage.php.

46  {
47  }

◆ setContent()

ilQTIMatimage::setContent (   $a_content)

Definition at line 139 of file class.ilQTIMatimage.php.

140  {
141  $this->content = $a_content;
142  }

◆ setEmbedded()

ilQTIMatimage::setEmbedded (   $a_embedded)

Definition at line 89 of file class.ilQTIMatimage.php.

90  {
91  $this->embedded = $a_embedded;
92  }

◆ setEntityref()

ilQTIMatimage::setEntityref (   $a_entityref)

Definition at line 129 of file class.ilQTIMatimage.php.

130  {
131  $this->entityref = $a_entityref;
132  }

◆ setHeight()

ilQTIMatimage::setHeight (   $a_height)

Definition at line 69 of file class.ilQTIMatimage.php.

70  {
71  $this->height = $a_height;
72  }

◆ setImagetype()

ilQTIMatimage::setImagetype (   $a_imagetype)

Definition at line 49 of file class.ilQTIMatimage.php.

50  {
51  $this->imagetype = $a_imagetype;
52  }

◆ setLabel()

ilQTIMatimage::setLabel (   $a_label)

Definition at line 59 of file class.ilQTIMatimage.php.

60  {
61  $this->label = $a_label;
62  }

◆ setUri()

ilQTIMatimage::setUri (   $a_uri)

Definition at line 99 of file class.ilQTIMatimage.php.

100  {
101  $this->uri = $a_uri;
102  }

◆ setWidth()

ilQTIMatimage::setWidth (   $a_width)

Definition at line 79 of file class.ilQTIMatimage.php.

80  {
81  $this->width = $a_width;
82  }

◆ setX0()

ilQTIMatimage::setX0 (   $a_x0)

Definition at line 109 of file class.ilQTIMatimage.php.

110  {
111  $this->x0 = $a_x0;
112  }

◆ setY0()

ilQTIMatimage::setY0 (   $a_y0)

Definition at line 119 of file class.ilQTIMatimage.php.

120  {
121  $this->y0 = $a_y0;
122  }

Field Documentation

◆ $content

ilQTIMatimage::$content

Definition at line 43 of file class.ilQTIMatimage.php.

Referenced by getContent().

◆ $embedded

ilQTIMatimage::$embedded

Definition at line 39 of file class.ilQTIMatimage.php.

Referenced by getEmbedded().

◆ $entityref

ilQTIMatimage::$entityref

Definition at line 42 of file class.ilQTIMatimage.php.

Referenced by getEntityref().

◆ $height

ilQTIMatimage::$height

Definition at line 36 of file class.ilQTIMatimage.php.

Referenced by getHeight().

◆ $imagetype

ilQTIMatimage::$imagetype

Definition at line 34 of file class.ilQTIMatimage.php.

Referenced by getImagetype().

◆ $label

ilQTIMatimage::$label

Definition at line 35 of file class.ilQTIMatimage.php.

Referenced by getLabel().

◆ $uri

ilQTIMatimage::$uri

Definition at line 38 of file class.ilQTIMatimage.php.

Referenced by getUri().

◆ $width

ilQTIMatimage::$width

Definition at line 37 of file class.ilQTIMatimage.php.

Referenced by getWidth().

◆ $x0

ilQTIMatimage::$x0

Definition at line 40 of file class.ilQTIMatimage.php.

Referenced by getX0().

◆ $y0

ilQTIMatimage::$y0

Definition at line 41 of file class.ilQTIMatimage.php.

Referenced by getY0().


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