classQDataGridRowStyle
QDataGridRowStyle Class Reference
Inherits QBaseClass.

Public Member Functions
- ApplyOverride (QDataGridRowStyle $objOverrideStyle)
- GetAttributes ()
- __get ($strName)
- __set ($strName, $mixValue)
Protected Attributes
- $strBackColor = null
- $strBorderColor = null
- $strBorderStyle = QBorderStyle::NotSet
- $strBorderWidth = null
- $strCssClass = null
- $blnFontBold = false
- $blnFontItalic = false
- $strFontNames = null
- $blnFontOverline = false
- $strFontSize = null
- $blnFontStrikeout = false
- $blnFontUnderline = false
- $strForeColor = null
- $strHeight = null
- $strHorizontalAlign = QHorizontalAlign::NotSet
- $strVerticalAlign = QVerticalAlign::NotSet
- $blnWrap = true
Member Function Documentation
| QDataGridRowStyle::__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().
| QDataGridRowStyle::__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.
| QDataGridRowStyle::ApplyOverride | ( | QDataGridRowStyle $ | objOverrideStyle | ) |
References QBorderStyle::NotSet, QVerticalAlign::NotSet, and QHorizontalAlign::NotSet.
| QDataGridRowStyle::GetAttributes | ( | ) |
Member Data Documentation
QDataGridRowStyle::$blnFontBold = false [protected] |
QDataGridRowStyle::$blnFontItalic = false [protected] |
QDataGridRowStyle::$blnFontOverline = false [protected] |
QDataGridRowStyle::$blnFontStrikeout = false [protected] |
QDataGridRowStyle::$blnFontUnderline = false [protected] |
QDataGridRowStyle::$blnWrap = true [protected] |
QDataGridRowStyle::$strBackColor = null [protected] |
QDataGridRowStyle::$strBorderColor = null [protected] |
QDataGridRowStyle::$strBorderStyle = QBorderStyle::NotSet [protected] |
QDataGridRowStyle::$strBorderWidth = null [protected] |
QDataGridRowStyle::$strCssClass = null [protected] |
QDataGridRowStyle::$strFontNames = null [protected] |
QDataGridRowStyle::$strFontSize = null [protected] |
QDataGridRowStyle::$strForeColor = null [protected] |
QDataGridRowStyle::$strHeight = null [protected] |
QDataGridRowStyle::$strHorizontalAlign = QHorizontalAlign::NotSet [protected] |
QDataGridRowStyle::$strVerticalAlign = QVerticalAlign::NotSet [protected] |
The documentation for this class was generated from the following file:
- qcodo/_core/qform/QDataGridRowStyle.class.php
