Source for file MarksItems.php
Documentation is available at MarksItems.php
* @copyright (c) 1995-2008 by Steema Software SL. All Rights Reserved. <info@steema.com>
* @link http://www.steema.com
public /*protected*/ $iMarks;
// Will be used when saving the items for design time
public /*protected*/ $iLoadingCustom = false;
function __get( $property ) {
$method = "get{$property}";
function __set ( $property,$value ) {
$method = "set{$property}";
return $this->$method($value);
* Returns the formatting object for the Index'th mark.
while($index >= sizeof($this))
if (!isset ($this[$index]))
//$tmp->getShadow()->setDefaultVisible(true);
//$tmp->getShadow()->setSize(1);
$tmpColor = new Color(130, 130, 130);// GRAY
$tmp->getShadow()->setColor($tmpColor);
//parent::offsetget($index);
// tODO review $this->iMarks->invalidate();
|