MMSImageWidgetClass Class Reference

A data access class for the image widget. More...

#include <mmsimagewidgetclass.h>

List of all members.


Public Member Functions

 MMSImageWidgetClass ()
 Constructor of class MMSImageWidgetClass.
void unsetAll ()
 Mark all attributes as not set.
void setClassName (string className)
 Set the name of the theme class.
string getClassName ()
 Get the name of the theme class.
bool isImagePath ()
 Check if the imagepath is set. This path will be used for the unselected widget.
void setImagePath (string imagepath)
 Set the imagepath which is used to draw the unselected widget.
void unsetImagePath ()
 Mark the imagepath as not set.
string getImagePath ()
 Get the imagepath which is used to draw the unselected widget.
bool isImageName ()
 Check if the imagename is set. This name will be used for the unselected widget.
void setImageName (string imagename)
 Set the imagename which is used to draw the unselected widget.
void unsetImageName ()
 Mark the imagename as not set.
string getImageName ()
 Get the imagename which is used to draw the unselected widget.
bool isSelImagePath ()
 Check if the selimagepath is set. This path will be used for the selected widget.
void setSelImagePath (string selimagepath)
 Set the selimagepath which is used to draw the selected widget.
void unsetSelImagePath ()
 Mark the selimagepath as not set.
string getSelImagePath ()
 Get the selimagepath which is used to draw the selected widget.
bool isSelImageName ()
 Check if the selimagename is set. This name will be used for the selected widget.
void setSelImageName (string selimagename)
 Set the selimagename which is used to draw the selected widget.
void unsetSelImageName ()
 Mark the selimagename as not set.
string getSelImageName ()
 Get the selimagename which is used to draw the selected widget.
bool isImagePath_p ()
 Check if the pressed imagepath is set. This path will be used for the unselected widget.
void setImagePath_p (string imagepath_p)
 Set the pressed imagepath which is used to draw the unselected widget.
void unsetImagePath_p ()
 Mark the pressed imagepath as not set.
string getImagePath_p ()
 Get the pressed imagepath which is used to draw the unselected widget.
bool isImageName_p ()
 Check if the pressed imagename is set. This name will be used for the unselected widget.
void setImageName_p (string imagename_p)
 Set the pressed imagename which is used to draw the unselected widget.
void unsetImageName_p ()
 Mark the pressed imagename as not set.
string getImageName_p ()
 Get the pressed imagename which is used to draw the unselected widget.
bool isSelImagePath_p ()
 Check if the pressed selimagepath is set. This path will be used for the selected widget.
void setSelImagePath_p (string selimagepath_p)
 Set the pressed selimagepath which is used to draw the selected widget.
void unsetSelImagePath_p ()
 Mark the pressed selimagepath as not set.
string getSelImagePath_p ()
 Get the pressed selimagepath which is used to draw the selected widget.
bool isSelImageName_p ()
 Check if the pressed selimagename is set. This name will be used for the selected widget.
void setSelImageName_p (string selimagename_p)
 Set the pressed selimagename which is used to draw the selected widget.
void unsetSelImageName_p ()
 Mark the pressed selimagename as not set.
string getSelImageName_p ()
 Get the pressed selimagename which is used to draw the selected widget.
bool isImagePath_i ()
 Check if the inactive imagepath is set. This path will be used for the unselected widget.
void setImagePath_i (string imagepath_i)
 Set the inactive imagepath which is used to draw the unselected widget.
void unsetImagePath_i ()
 Mark the inactive imagepath as not set.
string getImagePath_i ()
 Get the inactive imagepath which is used to draw the unselected widget.
bool isImageName_i ()
 Check if the inactive imagename is set. This name will be used for the unselected widget.
void setImageName_i (string imagename_i)
 Set the inactive imagename which is used to draw the unselected widget.
void unsetImageName_i ()
 Mark the inactive imagename as not set.
string getImageName_i ()
 Get the inactive imagename which is used to draw the unselected widget.
bool isSelImagePath_i ()
 Check if the inactive selimagepath is set. This path will be used for the selected widget.
void setSelImagePath_i (string selimagepath_i)
 Set the inactive selimagepath which is used to draw the selected widget.
void unsetSelImagePath_i ()
 Mark the inactive selimagepath as not set.
string getSelImagePath_i ()
 Get the inactive selimagepath which is used to draw the selected widget.
bool isSelImageName_i ()
 Check if the inactive selimagename is set. This name will be used for the selected widget.
void setSelImageName_i (string selimagename_i)
 Set the inactive selimagename which is used to draw the selected widget.
void unsetSelImageName_i ()
 Mark the inactive selimagename as not set.
string getSelImageName_i ()
 Get the inactive selimagename which is used to draw the selected widget.
bool isUseRatio ()
 Check if the use acpect ratio is set.
void setUseRatio (bool useratio)
 Set the use aspect ratio flag.
void unsetUseRatio ()
 Mark the use aspect ratio as not set.
bool getUseRatio ()
 Get the use aspect ratio flag.
bool isFitWidth ()
 Check if the fitwidth flag is set.
void setFitWidth (bool fitwidth)
 Set the fitwidth flag.
void unsetFitWidth ()
 Mark the fitwidth as not set.
bool getFitWidth ()
 Get the fitwidth flag.
bool isFitHeight ()
 Check if the fitheight flag is set.
void setFitHeight (bool fitheight)
 Set the fitheight flag.
void unsetFitHeight ()
 Mark the fitheight as not set.
bool getFitHeight ()
 Get the fitheight flag.
bool isAlignment ()
 Check if the alignment of the image is set.
void setAlignment (MMSALIGNMENT alignment)
 Set the alignment of the image.
void unsetAlignment ()
 Mark the alignment as not set.
MMSALIGNMENT getAlignment ()
 Get the alignment.
bool isMirrorSize ()
 Check if the mirror size is set.
void setMirrorSize (unsigned int mirrorsize)
 Set the mirror size.
void unsetMirrorSize ()
 Mark the mirror size as not set.
unsigned int getMirrorSize ()
 Get the mirror size.
bool isGenTaff ()
 Check if the gen taff flag is set.
void setGenTaff (bool gentaff)
 Set the gen taff flag.
void unsetGenTaff ()
 Mark the gen taff flag as not set.
bool getGenTaff ()
 Get the gen taff flag.

Public Attributes

MMSWidgetClass widgetClass
 stores base widget attributes

Private Member Functions

void setAttributesFromTAFF (MMSTaffFile *tafff, string *prefix=NULL, string *path=NULL, bool reset_paths=false)
 Read and set all attributes from the given TAFF buffer.

Private Attributes

string className
 name of the theme class
bool isimagepath
 is imagepath set?
string imagepath
 path to the image if the widget is not selected
bool isimagename
 is imagename set?
string imagename
 image filename if the widget is not selected
bool isselimagepath
 is selimagepath set?
string selimagepath
 path to the image if the widget is selected
bool isselimagename
 is selimagename set?
string selimagename
 image filename if the widget is selected
bool isimagepath_p
 is pressed imagepath set?
string imagepath_p
 path to the pressed image if the widget is not selected
bool isimagename_p
 is pressed imagename set?
string imagename_p
 pressed image filename if the widget is not selected
bool isselimagepath_p
 is pressed selimagepath set?
string selimagepath_p
 path to the pressed image if the widget is selected
bool isselimagename_p
 is pressed selimagename set?
string selimagename_p
 pressed image filename if the widget is selected
bool isimagepath_i
 is inactive imagepath set?
string imagepath_i
 path to the inactive image if the widget is not selected
bool isimagename_i
 is inactive imagename set?
string imagename_i
 inactive image filename if the widget is not selected
bool isselimagepath_i
 is inactive selimagepath set?
string selimagepath_i
 path to the inactive image if the widget is selected
bool isselimagename_i
 is inactive selimagename set?
string selimagename_i
 inactive image filename if the widget is selected
bool isuseratio
 is use aspect ratio flag set?
bool useratio
 use aspect ratio of the images (true/false)
bool isfitwidth
 is fitwidth set?
bool fitwidth
 image width should be the same as widget width
bool isfitheight
 is fitheight set?
bool fitheight
 image height should be the same as widget height
bool isalignment
 is the alignment set?
MMSALIGNMENT alignment
 the alignment of the image within the widget
bool ismirrorsize
 is the mirror size set?
unsigned int mirrorsize
 the size of the mirror effect
bool isgentaff
 is gen taff flag set?
bool gentaff
 generate taff files while reading images true/false

Friends

class MMSThemeManager
class MMSDialogManager

Detailed Description

A data access class for the image widget.

This class is the base for the MMSImageWidget class. With this data store you have access to all changeable widget attributes. It is also one of the base classes for MMSThemeManager and MMSDialogManager which are main features of the MMSGUI.

Note:
This class will be internally used by class MMSImageWidget.
Author:
Jens Schneider

Definition at line 121 of file mmsimagewidgetclass.h.


Constructor & Destructor Documentation

MMSImageWidgetClass::MMSImageWidgetClass (  ) 

Constructor of class MMSImageWidgetClass.

Definition at line 46 of file mmsimagewidgetclass.cpp.


Member Function Documentation

void MMSImageWidgetClass::setAttributesFromTAFF ( MMSTaffFile tafff,
string *  prefix = NULL,
string *  path = NULL,
bool  reset_paths = false 
) [private]

Read and set all attributes from the given TAFF buffer.

Parameters:
tafff pointer to the TAFF buffer
prefix optional, prefix to all attribute names (<prefix><attrname>=<attrvalue>)
path optional, path needed for empty path values from the TAFF buffer
reset_paths optional, should reset all path attributes?

Definition at line 72 of file mmsimagewidgetclass.cpp.

void MMSImageWidgetClass::unsetAll (  ) 

Mark all attributes as not set.

Definition at line 50 of file mmsimagewidgetclass.cpp.

void MMSImageWidgetClass::setClassName ( string  className  ) 

Set the name of the theme class.

Parameters:
classname name of the class

Definition at line 386 of file mmsimagewidgetclass.cpp.

string MMSImageWidgetClass::getClassName (  ) 

Get the name of the theme class.

Returns:
name of the class

Definition at line 390 of file mmsimagewidgetclass.cpp.

bool MMSImageWidgetClass::isImagePath (  ) 

Check if the imagepath is set. This path will be used for the unselected widget.

Definition at line 394 of file mmsimagewidgetclass.cpp.

void MMSImageWidgetClass::setImagePath ( string  imagepath  ) 

Set the imagepath which is used to draw the unselected widget.

Parameters:
imagepath path to unselected image

Definition at line 398 of file mmsimagewidgetclass.cpp.

void MMSImageWidgetClass::unsetImagePath (  ) 

Mark the imagepath as not set.

Definition at line 403 of file mmsimagewidgetclass.cpp.

string MMSImageWidgetClass::getImagePath (  ) 

Get the imagepath which is used to draw the unselected widget.

Returns:
path to the unselected image

Definition at line 407 of file mmsimagewidgetclass.cpp.

bool MMSImageWidgetClass::isImageName (  ) 

Check if the imagename is set. This name will be used for the unselected widget.

Definition at line 411 of file mmsimagewidgetclass.cpp.

void MMSImageWidgetClass::setImageName ( string  imagename  ) 

Set the imagename which is used to draw the unselected widget.

Parameters:
imagename name of the unselected image

Definition at line 415 of file mmsimagewidgetclass.cpp.

void MMSImageWidgetClass::unsetImageName (  ) 

Mark the imagename as not set.

Definition at line 420 of file mmsimagewidgetclass.cpp.

string MMSImageWidgetClass::getImageName (  ) 

Get the imagename which is used to draw the unselected widget.

Returns:
name of the unselected image

Definition at line 424 of file mmsimagewidgetclass.cpp.

bool MMSImageWidgetClass::isSelImagePath (  ) 

Check if the selimagepath is set. This path will be used for the selected widget.

Definition at line 428 of file mmsimagewidgetclass.cpp.

void MMSImageWidgetClass::setSelImagePath ( string  selimagepath  ) 

Set the selimagepath which is used to draw the selected widget.

Parameters:
selimagepath path to selected image

Definition at line 432 of file mmsimagewidgetclass.cpp.

void MMSImageWidgetClass::unsetSelImagePath (  ) 

Mark the selimagepath as not set.

Definition at line 437 of file mmsimagewidgetclass.cpp.

string MMSImageWidgetClass::getSelImagePath (  ) 

Get the selimagepath which is used to draw the selected widget.

Returns:
path to the selected image

Definition at line 441 of file mmsimagewidgetclass.cpp.

bool MMSImageWidgetClass::isSelImageName (  ) 

Check if the selimagename is set. This name will be used for the selected widget.

Definition at line 445 of file mmsimagewidgetclass.cpp.

void MMSImageWidgetClass::setSelImageName ( string  selimagename  ) 

Set the selimagename which is used to draw the selected widget.

Parameters:
selimagename name of the selected image

Definition at line 449 of file mmsimagewidgetclass.cpp.

void MMSImageWidgetClass::unsetSelImageName (  ) 

Mark the selimagename as not set.

Definition at line 454 of file mmsimagewidgetclass.cpp.

string MMSImageWidgetClass::getSelImageName (  ) 

Get the selimagename which is used to draw the selected widget.

Returns:
name of the selected image

Definition at line 458 of file mmsimagewidgetclass.cpp.

bool MMSImageWidgetClass::isImagePath_p (  ) 

Check if the pressed imagepath is set. This path will be used for the unselected widget.

Definition at line 463 of file mmsimagewidgetclass.cpp.

void MMSImageWidgetClass::setImagePath_p ( string  imagepath_p  ) 

Set the pressed imagepath which is used to draw the unselected widget.

Parameters:
imagepath_p path to pressed unselected image

Definition at line 467 of file mmsimagewidgetclass.cpp.

void MMSImageWidgetClass::unsetImagePath_p (  ) 

Mark the pressed imagepath as not set.

Definition at line 472 of file mmsimagewidgetclass.cpp.

string MMSImageWidgetClass::getImagePath_p (  ) 

Get the pressed imagepath which is used to draw the unselected widget.

Returns:
path to the pressed unselected image

Definition at line 476 of file mmsimagewidgetclass.cpp.

bool MMSImageWidgetClass::isImageName_p (  ) 

Check if the pressed imagename is set. This name will be used for the unselected widget.

Definition at line 480 of file mmsimagewidgetclass.cpp.

void MMSImageWidgetClass::setImageName_p ( string  imagename_p  ) 

Set the pressed imagename which is used to draw the unselected widget.

Parameters:
imagename_p name of the pressed unselected image

Definition at line 484 of file mmsimagewidgetclass.cpp.

void MMSImageWidgetClass::unsetImageName_p (  ) 

Mark the pressed imagename as not set.

Definition at line 489 of file mmsimagewidgetclass.cpp.

string MMSImageWidgetClass::getImageName_p (  ) 

Get the pressed imagename which is used to draw the unselected widget.

Returns:
name of the pressed unselected image

Definition at line 493 of file mmsimagewidgetclass.cpp.

bool MMSImageWidgetClass::isSelImagePath_p (  ) 

Check if the pressed selimagepath is set. This path will be used for the selected widget.

Definition at line 497 of file mmsimagewidgetclass.cpp.

void MMSImageWidgetClass::setSelImagePath_p ( string  selimagepath_p  ) 

Set the pressed selimagepath which is used to draw the selected widget.

Parameters:
selimagepath_p path to pressed selected image

Definition at line 501 of file mmsimagewidgetclass.cpp.

void MMSImageWidgetClass::unsetSelImagePath_p (  ) 

Mark the pressed selimagepath as not set.

Definition at line 506 of file mmsimagewidgetclass.cpp.

string MMSImageWidgetClass::getSelImagePath_p (  ) 

Get the pressed selimagepath which is used to draw the selected widget.

Returns:
path to the pressed selected image

Definition at line 510 of file mmsimagewidgetclass.cpp.

bool MMSImageWidgetClass::isSelImageName_p (  ) 

Check if the pressed selimagename is set. This name will be used for the selected widget.

Definition at line 514 of file mmsimagewidgetclass.cpp.

void MMSImageWidgetClass::setSelImageName_p ( string  selimagename_p  ) 

Set the pressed selimagename which is used to draw the selected widget.

Parameters:
selimagename_p name of the pressed selected image

Definition at line 518 of file mmsimagewidgetclass.cpp.

void MMSImageWidgetClass::unsetSelImageName_p (  ) 

Mark the pressed selimagename as not set.

Definition at line 523 of file mmsimagewidgetclass.cpp.

string MMSImageWidgetClass::getSelImageName_p (  ) 

Get the pressed selimagename which is used to draw the selected widget.

Returns:
name of the pressed selected image

Definition at line 527 of file mmsimagewidgetclass.cpp.

bool MMSImageWidgetClass::isImagePath_i (  ) 

Check if the inactive imagepath is set. This path will be used for the unselected widget.

Definition at line 532 of file mmsimagewidgetclass.cpp.

void MMSImageWidgetClass::setImagePath_i ( string  imagepath_i  ) 

Set the inactive imagepath which is used to draw the unselected widget.

Parameters:
imagepath_i path to inactive unselected image

Definition at line 536 of file mmsimagewidgetclass.cpp.

void MMSImageWidgetClass::unsetImagePath_i (  ) 

Mark the inactive imagepath as not set.

Definition at line 541 of file mmsimagewidgetclass.cpp.

string MMSImageWidgetClass::getImagePath_i (  ) 

Get the inactive imagepath which is used to draw the unselected widget.

Returns:
path to the inactive unselected image

Definition at line 545 of file mmsimagewidgetclass.cpp.

bool MMSImageWidgetClass::isImageName_i (  ) 

Check if the inactive imagename is set. This name will be used for the unselected widget.

Definition at line 549 of file mmsimagewidgetclass.cpp.

void MMSImageWidgetClass::setImageName_i ( string  imagename_i  ) 

Set the inactive imagename which is used to draw the unselected widget.

Parameters:
imagename_i name of the inactive unselected image

Definition at line 553 of file mmsimagewidgetclass.cpp.

void MMSImageWidgetClass::unsetImageName_i (  ) 

Mark the inactive imagename as not set.

Definition at line 558 of file mmsimagewidgetclass.cpp.

string MMSImageWidgetClass::getImageName_i (  ) 

Get the inactive imagename which is used to draw the unselected widget.

Returns:
name of the inactive unselected image

Definition at line 562 of file mmsimagewidgetclass.cpp.

bool MMSImageWidgetClass::isSelImagePath_i (  ) 

Check if the inactive selimagepath is set. This path will be used for the selected widget.

Definition at line 566 of file mmsimagewidgetclass.cpp.

void MMSImageWidgetClass::setSelImagePath_i ( string  selimagepath_i  ) 

Set the inactive selimagepath which is used to draw the selected widget.

Parameters:
selimagepath_i path to inactive selected image

Definition at line 570 of file mmsimagewidgetclass.cpp.

void MMSImageWidgetClass::unsetSelImagePath_i (  ) 

Mark the inactive selimagepath as not set.

Definition at line 575 of file mmsimagewidgetclass.cpp.

string MMSImageWidgetClass::getSelImagePath_i (  ) 

Get the inactive selimagepath which is used to draw the selected widget.

Returns:
path to the inactive selected image

Definition at line 579 of file mmsimagewidgetclass.cpp.

bool MMSImageWidgetClass::isSelImageName_i (  ) 

Check if the inactive selimagename is set. This name will be used for the selected widget.

Definition at line 583 of file mmsimagewidgetclass.cpp.

void MMSImageWidgetClass::setSelImageName_i ( string  selimagename_i  ) 

Set the inactive selimagename which is used to draw the selected widget.

Parameters:
selimagename_i name of the inactive selected image

Definition at line 587 of file mmsimagewidgetclass.cpp.

void MMSImageWidgetClass::unsetSelImageName_i (  ) 

Mark the inactive selimagename as not set.

Definition at line 592 of file mmsimagewidgetclass.cpp.

string MMSImageWidgetClass::getSelImageName_i (  ) 

Get the inactive selimagename which is used to draw the selected widget.

Returns:
name of the inactive selected image

Definition at line 596 of file mmsimagewidgetclass.cpp.

bool MMSImageWidgetClass::isUseRatio (  ) 

Check if the use acpect ratio is set.

Definition at line 600 of file mmsimagewidgetclass.cpp.

void MMSImageWidgetClass::setUseRatio ( bool  useratio  ) 

Set the use aspect ratio flag.

Parameters:
useratio use aspect ratio true/false

Definition at line 604 of file mmsimagewidgetclass.cpp.

void MMSImageWidgetClass::unsetUseRatio (  ) 

Mark the use aspect ratio as not set.

Definition at line 609 of file mmsimagewidgetclass.cpp.

bool MMSImageWidgetClass::getUseRatio (  ) 

Get the use aspect ratio flag.

Returns:
use aspect ratio flag

Definition at line 613 of file mmsimagewidgetclass.cpp.

bool MMSImageWidgetClass::isFitWidth (  ) 

Check if the fitwidth flag is set.

Definition at line 617 of file mmsimagewidgetclass.cpp.

void MMSImageWidgetClass::setFitWidth ( bool  fitwidth  ) 

Set the fitwidth flag.

Parameters:
fitwidth fit width true/false

Definition at line 621 of file mmsimagewidgetclass.cpp.

void MMSImageWidgetClass::unsetFitWidth (  ) 

Mark the fitwidth as not set.

Definition at line 626 of file mmsimagewidgetclass.cpp.

bool MMSImageWidgetClass::getFitWidth (  ) 

Get the fitwidth flag.

Returns:
fitwidth flag

Definition at line 630 of file mmsimagewidgetclass.cpp.

bool MMSImageWidgetClass::isFitHeight (  ) 

Check if the fitheight flag is set.

Definition at line 634 of file mmsimagewidgetclass.cpp.

void MMSImageWidgetClass::setFitHeight ( bool  fitheight  ) 

Set the fitheight flag.

Parameters:
fitheight fit height true/false

Definition at line 638 of file mmsimagewidgetclass.cpp.

void MMSImageWidgetClass::unsetFitHeight (  ) 

Mark the fitheight as not set.

Definition at line 643 of file mmsimagewidgetclass.cpp.

bool MMSImageWidgetClass::getFitHeight (  ) 

Get the fitheight flag.

Returns:
fitheight flag

Definition at line 647 of file mmsimagewidgetclass.cpp.

bool MMSImageWidgetClass::isAlignment (  ) 

Check if the alignment of the image is set.

Definition at line 652 of file mmsimagewidgetclass.cpp.

void MMSImageWidgetClass::setAlignment ( MMSALIGNMENT  alignment  ) 

Set the alignment of the image.

Parameters:
alignment alignment of the image within the widget area

Definition at line 656 of file mmsimagewidgetclass.cpp.

void MMSImageWidgetClass::unsetAlignment (  ) 

Mark the alignment as not set.

Definition at line 661 of file mmsimagewidgetclass.cpp.

MMSALIGNMENT MMSImageWidgetClass::getAlignment (  ) 

Get the alignment.

Returns:
alignment of the image within the widget

Definition at line 665 of file mmsimagewidgetclass.cpp.

bool MMSImageWidgetClass::isMirrorSize (  ) 

Check if the mirror size is set.

Definition at line 669 of file mmsimagewidgetclass.cpp.

void MMSImageWidgetClass::setMirrorSize ( unsigned int  mirrorsize  ) 

Set the mirror size.

Parameters:
mirrorsize size of the mirror effect in pixel

Definition at line 673 of file mmsimagewidgetclass.cpp.

void MMSImageWidgetClass::unsetMirrorSize (  ) 

Mark the mirror size as not set.

Definition at line 678 of file mmsimagewidgetclass.cpp.

unsigned int MMSImageWidgetClass::getMirrorSize (  ) 

Get the mirror size.

Returns:
size of the mirror in pixel

Definition at line 682 of file mmsimagewidgetclass.cpp.

bool MMSImageWidgetClass::isGenTaff (  ) 

Check if the gen taff flag is set.

Definition at line 686 of file mmsimagewidgetclass.cpp.

void MMSImageWidgetClass::setGenTaff ( bool  gentaff  ) 

Set the gen taff flag.

Parameters:
gentaff generate taff files while reading images if set to true
Note:
Taff files will never generated, if you load images e.g. from http:// or ftp://.

Definition at line 690 of file mmsimagewidgetclass.cpp.

void MMSImageWidgetClass::unsetGenTaff (  ) 

Mark the gen taff flag as not set.

Definition at line 695 of file mmsimagewidgetclass.cpp.

bool MMSImageWidgetClass::getGenTaff (  ) 

Get the gen taff flag.

Returns:
gen taff flag

Definition at line 699 of file mmsimagewidgetclass.cpp.


Friends And Related Function Documentation

friend class MMSThemeManager [friend]

Definition at line 594 of file mmsimagewidgetclass.h.

friend class MMSDialogManager [friend]

Definition at line 595 of file mmsimagewidgetclass.h.


Member Data Documentation

name of the theme class

Definition at line 124 of file mmsimagewidgetclass.h.

is imagepath set?

Definition at line 127 of file mmsimagewidgetclass.h.

path to the image if the widget is not selected

Definition at line 130 of file mmsimagewidgetclass.h.

is imagename set?

Definition at line 133 of file mmsimagewidgetclass.h.

image filename if the widget is not selected

Definition at line 136 of file mmsimagewidgetclass.h.

is selimagepath set?

Definition at line 139 of file mmsimagewidgetclass.h.

path to the image if the widget is selected

Definition at line 142 of file mmsimagewidgetclass.h.

is selimagename set?

Definition at line 145 of file mmsimagewidgetclass.h.

image filename if the widget is selected

Definition at line 148 of file mmsimagewidgetclass.h.

is pressed imagepath set?

Definition at line 151 of file mmsimagewidgetclass.h.

path to the pressed image if the widget is not selected

Definition at line 154 of file mmsimagewidgetclass.h.

is pressed imagename set?

Definition at line 157 of file mmsimagewidgetclass.h.

pressed image filename if the widget is not selected

Definition at line 160 of file mmsimagewidgetclass.h.

is pressed selimagepath set?

Definition at line 163 of file mmsimagewidgetclass.h.

path to the pressed image if the widget is selected

Definition at line 166 of file mmsimagewidgetclass.h.

is pressed selimagename set?

Definition at line 169 of file mmsimagewidgetclass.h.

pressed image filename if the widget is selected

Definition at line 172 of file mmsimagewidgetclass.h.

is inactive imagepath set?

Definition at line 175 of file mmsimagewidgetclass.h.

path to the inactive image if the widget is not selected

Definition at line 178 of file mmsimagewidgetclass.h.

is inactive imagename set?

Definition at line 181 of file mmsimagewidgetclass.h.

inactive image filename if the widget is not selected

Definition at line 184 of file mmsimagewidgetclass.h.

is inactive selimagepath set?

Definition at line 187 of file mmsimagewidgetclass.h.

path to the inactive image if the widget is selected

Definition at line 190 of file mmsimagewidgetclass.h.

is inactive selimagename set?

Definition at line 193 of file mmsimagewidgetclass.h.

inactive image filename if the widget is selected

Definition at line 196 of file mmsimagewidgetclass.h.

is use aspect ratio flag set?

Definition at line 199 of file mmsimagewidgetclass.h.

use aspect ratio of the images (true/false)

Definition at line 202 of file mmsimagewidgetclass.h.

is fitwidth set?

Definition at line 205 of file mmsimagewidgetclass.h.

image width should be the same as widget width

Definition at line 208 of file mmsimagewidgetclass.h.

is fitheight set?

Definition at line 211 of file mmsimagewidgetclass.h.

image height should be the same as widget height

Definition at line 214 of file mmsimagewidgetclass.h.

is the alignment set?

Definition at line 217 of file mmsimagewidgetclass.h.

the alignment of the image within the widget

Definition at line 220 of file mmsimagewidgetclass.h.

is the mirror size set?

Definition at line 223 of file mmsimagewidgetclass.h.

unsigned int MMSImageWidgetClass::mirrorsize [private]

the size of the mirror effect

Definition at line 226 of file mmsimagewidgetclass.h.

is gen taff flag set?

Definition at line 229 of file mmsimagewidgetclass.h.

generate taff files while reading images true/false

Definition at line 232 of file mmsimagewidgetclass.h.

stores base widget attributes

Definition at line 247 of file mmsimagewidgetclass.h.


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