Public Member Functions

SizeAttribute Class Reference

#include <sizeattribute.h>

Inherits IAttribute.

Collaboration diagram for SizeAttribute:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 SizeAttribute ()
 SizeAttribute (QObject *parent, QString key, QPointF s)
 SizeAttribute (QObject *parent, QString key, QString s)
 ~SizeAttribute ()
SizeAttributeoperator= (SizeAttribute &sa)
QString asString ()
QPointF asPointF () const
void setValue (QString size)
void setValue (const int w, const int h)
void setValue (const QPointF s)

Constructor & Destructor Documentation

SizeAttribute::SizeAttribute (  ) 
SizeAttribute::SizeAttribute ( QObject *  parent,
QString  key,
QPointF  s 
)
SizeAttribute::SizeAttribute ( QObject *  parent,
QString  key,
QString  s 
)

Here is the call graph for this function:

SizeAttribute::~SizeAttribute (  ) 

Member Function Documentation

QPointF SizeAttribute::asPointF (  )  const
QString SizeAttribute::asString (  )  [virtual]

Implements IAttribute.

SizeAttribute & SizeAttribute::operator= ( SizeAttribute sa  ) 
void SizeAttribute::setValue ( QString  size  )  [virtual]

Implements IAttribute.

Here is the call graph for this function:

Here is the caller graph for this function:

void SizeAttribute::setValue ( const QPointF  s  ) 

Here is the call graph for this function:

void SizeAttribute::setValue ( const int  w,
const int  h 
)

Here is the call graph for this function:


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