classQImageLabelBase
QImageLabelBase Class Reference
Inherits QControl.Inherited by QImageLabel.

Public Member Functions
- GetStyleAttributes ()
- ParsePostData ()
- GetJavaScriptAction ()
- Validate ()
- Serialize ()
- __get ($strName)
- __set ($strName, $mixValue)
Static Public Member Functions
- static Run ()
Protected Member Functions
- GetControlHtml ()
- RenderImage ($strPath=null)
Protected Attributes
- $strForeColor = '000000'
- $strBackColor = 'ffffff'
- $strFontSize = 12
- $strText = null
- $intXCoordinate = 0
- $intYCoordinate = 0
- $blnBackgroundTransparent = false
- $strImageType = QImageType::Png
- $intQuality = 100
- $blnSmoothFont = true
- $strHorizontalAlign = QHorizontalAlign::Left
- $strVerticalAlign = QVerticalAlign::Top
- $intPaddingWidth = 0
- $intPaddingHeight = 0
- $intSpace = 0
- $intTightness = 0
- $intAngle = 0
- $strCacheFolder = null
- $strCachedImageFilePath = null
Member Function Documentation
| QImageLabelBase::__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 QControlBase.
References QControlBase::$strName, and QCallerException::IncrementOffset().
| QImageLabelBase::__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 QControlBase.
References QControlBase::$strName, QType::Boolean, QType::Cast(), QCallerException::IncrementOffset(), QType::Integer, and QType::String.
| QImageLabelBase::GetControlHtml | ( | ) | [protected] |
Reimplemented from QControlBase.
References QControlBase::$strHeight, QControlBase::$strWidth, QControlBase::GetAttributes(), GetStyleAttributes(), RenderImage(), and Serialize().
| QImageLabelBase::GetJavaScriptAction | ( | ) |
| QImageLabelBase::GetStyleAttributes | ( | ) |
Reimplemented from QControlBase.
References QControlBase::$strBorderWidth, QType::Cast(), QType::Integer, QCursor::NotSet, QBorderStyle::NotSet, and QDisplayStyle::NotSet.
Referenced by GetControlHtml().
| QImageLabelBase::ParsePostData | ( | ) |
Reimplemented from QControlBase.
| QImageLabelBase::RenderImage | ( | $ | strPath = null |
) | [protected] |
References QVerticalAlign::Bottom, QHorizontalAlign::Center, QImageType::Gif, QImageType::Jpeg, QHorizontalAlign::Left, QVerticalAlign::Middle, QHorizontalAlign::Right, and QVerticalAlign::Top.
Referenced by GetControlHtml().
| static QImageLabelBase::Run | ( | ) | [static] |
| QImageLabelBase::Serialize | ( | ) |
Referenced by GetControlHtml().
| QImageLabelBase::Validate | ( | ) |
Reimplemented from QControlBase.
Member Data Documentation
QImageLabelBase::$blnBackgroundTransparent = false [protected] |
QImageLabelBase::$blnSmoothFont = true [protected] |
QImageLabelBase::$intAngle = 0 [protected] |
QImageLabelBase::$intPaddingHeight = 0 [protected] |
QImageLabelBase::$intPaddingWidth = 0 [protected] |
QImageLabelBase::$intQuality = 100 [protected] |
QImageLabelBase::$intSpace = 0 [protected] |
QImageLabelBase::$intTightness = 0 [protected] |
QImageLabelBase::$intXCoordinate = 0 [protected] |
QImageLabelBase::$intYCoordinate = 0 [protected] |
QImageLabelBase::$strBackColor = 'ffffff' [protected] |
Reimplemented from QControlBase.
QImageLabelBase::$strCachedImageFilePath = null [protected] |
QImageLabelBase::$strCacheFolder = null [protected] |
Reimplemented in QImageLabel.
QImageLabelBase::$strFontSize = 12 [protected] |
Reimplemented from QControlBase.
QImageLabelBase::$strForeColor = '000000' [protected] |
Reimplemented from QControlBase.
QImageLabelBase::$strHorizontalAlign = QHorizontalAlign::Left [protected] |
QImageLabelBase::$strImageType = QImageType::Png [protected] |
QImageLabelBase::$strText = null [protected] |
QImageLabelBase::$strVerticalAlign = QVerticalAlign::Top [protected] |
The documentation for this class was generated from the following file:
- qcodo/_core/qform/QImageLabelBase.class.php
