IOT  0.5
I Only Think
Public Member Functions
BoxStyle Class Reference

Classe de modele Contient toute les aspect relatif au graphisme d'une box. More...

#include <BoxStyle.h>

Inheritance diagram for BoxStyle:
IDomFactory

List of all members.

Public Member Functions

 BoxStyle ()
 BoxStyle (QDomElement const &)
float getOpacity () const
QString const & getImagePath () const
QString const & getText () const
QString const & getTextFont () const
int getTextFontSize () const
QString getTextColor () const
QString getFocusColor () const
QString getBlurColor () const
bool isRounded () const

Detailed Description

Classe de modele Contient toute les aspect relatif au graphisme d'une box.

Herite de la IDomFactory, car il est possible de creer une box a partir d'un XML

isRounded permet de definir des box a contour arrondies.


Constructor & Destructor Documentation

BoxStyle::BoxStyle ( )
BoxStyle::BoxStyle ( QDomElement const &  styleElement)

Member Function Documentation

QString BoxStyle::getBlurColor ( ) const
QString BoxStyle::getFocusColor ( ) const
QString const & BoxStyle::getImagePath ( ) const
float BoxStyle::getOpacity ( ) const
QString const & BoxStyle::getText ( ) const
QString BoxStyle::getTextColor ( ) const
QString const & BoxStyle::getTextFont ( ) const
int BoxStyle::getTextFontSize ( ) const
bool BoxStyle::isRounded ( ) const

The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator