QCubed - A PHP5 rapid development MVC framework.
Home  |  Updates

classQListItemStyle

QListItemStyle Class Reference

Inherits QBaseClass.

Collaboration diagram for QListItemStyle:

List of all members.

Public Member Functions

Protected Attributes


Member Function Documentation

QListItemStyle::__get ( strName  ) 

Override method to perform a property "Get" This will get the value of $strName All inhereted objects that call __get() should always fall through to calling parent::__get() in a try/catch statement catching for CallerExceptions.

Parameters:
string $strName Name of the property to get
Returns:
mixed the returned property

Reimplemented from QBaseClass.

References QCallerException::IncrementOffset().

QListItemStyle::__set ( strName,
mixValue 
)

Override method to perform a property "Set" This will set the property $strName to be $mixValue All inhereted objects that call __set() should always fall through to calling parent::__set() in a try/catch statement catching for CallerExceptions.

Parameters:
string $strName Name of the property to set
string $mixValue New value of the property
Returns:
mixed the property that was set

Reimplemented from QBaseClass.

References QType::Boolean, QType::Cast(), QCallerException::IncrementOffset(), and QType::String.

QListItemStyle::ApplyOverride ( QListItemStyle objOverrideStyle  ) 

References QBorderStyle::NotSet.

QListItemStyle::GetAttributes ( blnIncludeCustom = true,
blnIncludeAction = true 
)

References QBorderStyle::NotSet.


Member Data Documentation

QListItemStyle::$blnFontBold = false [protected]

QListItemStyle::$blnFontItalic = false [protected]

QListItemStyle::$blnFontOverline = false [protected]

QListItemStyle::$blnFontStrikeout = false [protected]

QListItemStyle::$blnFontUnderline = false [protected]

QListItemStyle::$strBackColor = null [protected]

QListItemStyle::$strBorderColor = null [protected]

QListItemStyle::$strBorderStyle = QBorderStyle::NotSet [protected]

QListItemStyle::$strBorderWidth = null [protected]

QListItemStyle::$strCssClass = null [protected]

QListItemStyle::$strFontNames = null [protected]

QListItemStyle::$strFontSize = null [protected]

QListItemStyle::$strForeColor = null [protected]

QListItemStyle::$strHeight = null [protected]

QListItemStyle::$strWidth = null [protected]


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