#include <mmsmenuwidgetclass.h>
Public Member Functions | |
MMSMenuWidgetClass () | |
Constructor of class MMSMenuWidgetClass. | |
~MMSMenuWidgetClass () | |
Destructor of class MMSMenuWidgetClass. | |
void | unsetAll () |
Mark all attributes as not set. | |
MMSTaffFile * | getTAFF () |
Get the copied TAFF buffer, see duplicateTAFF(). | |
void | setClassName (string className) |
Set the name of the theme class. | |
string | getClassName () |
Get the name of the theme class. | |
bool | isItemWidth () |
Check if the itemwidth is set. | |
void | setItemWidth (string itemwidth) |
Set the width of each item. | |
void | unsetItemWidth () |
Mark the itemwidth as not set. | |
string | getItemWidth () |
Get the width of an item. | |
bool | isItemHeight () |
Check if the itemheight is set. | |
void | setItemHeight (string itemheight) |
Set the height of each item. | |
void | unsetItemHeight () |
Mark the itemheight as not set. | |
string | getItemHeight () |
Get the height of an item. | |
bool | isItemHMargin () |
Check if the horizontal item margin is set. | |
void | setItemHMargin (unsigned int itemhmargin) |
Set the horizontal item margin. | |
void | unsetItemHMargin () |
Mark the itemhmargin as not set. | |
unsigned int | getItemHMargin () |
Get the horizontal item margin. | |
bool | isItemVMargin () |
Check if the vertical item margin is set. | |
void | setItemVMargin (unsigned int itemvmargin) |
Set the vertical item margin. | |
void | unsetItemVMargin () |
Mark the itemvmargin as not set. | |
unsigned int | getItemVMargin () |
Get the vertical item margin. | |
bool | isCols () |
Check if the number of columns is set. | |
void | setCols (unsigned int cols) |
Set the number of columns. | |
void | unsetCols () |
Mark the cols as not set. | |
unsigned int | getCols () |
Get the number of columns. | |
bool | isDimItems () |
Check if the dimitems value is set. | |
void | setDimItems (unsigned int dimitems) |
Set the dimitems value. The menu items will dim with this value if the menu has not the focus. | |
void | unsetDimItems () |
Mark the dimitems as not set. | |
unsigned int | getDimItems () |
Get the dimitems value. | |
bool | isFixedPos () |
Check if the fixedpos value is set. | |
void | setFixedPos (int fixedpos) |
Set the fixedpos value. The position of the selected menu item will not changed. | |
void | unsetFixedPos () |
Mark the fixedpos as not set. | |
int | getFixedPos () |
Get the fixedpos value. | |
bool | isHLoop () |
Check if the hloop flag is set. | |
void | setHLoop (bool hloop) |
Set the hloop flag. If true then it loops horizontal (left/right) without jumping out of the menu. | |
void | unsetHLoop () |
Mark the hloop as not set. | |
bool | getHLoop () |
Get the hloop flag. | |
bool | isVLoop () |
Check if the vloop flag is set. | |
void | setVLoop (bool vloop) |
Set the vloop flag. If true then it loops vertical (up/down) without jumping out of the menu. | |
void | unsetVLoop () |
Mark the vloop as not set. | |
bool | getVLoop () |
Get the vloop flag. | |
bool | isTransItems () |
Check if the transitems value is set. | |
void | setTransItems (unsigned int transitems) |
Set the transitems value. The menu items will get transparent with this value if the menu has not the focus. | |
void | unsetTransItems () |
Mark the transitems as not set. | |
unsigned int | getTransItems () |
Get the transitems value. | |
bool | isDimTop () |
Check if the dimtop value is set. | |
void | setDimTop (unsigned int dimtop) |
Set the dimtop value. The menu items at the top will dim with this value. | |
void | unsetDimTop () |
Mark the dimtop as not set. | |
unsigned int | getDimTop () |
Get the dimtop value. | |
bool | isDimBottom () |
Check if the dimbottom value is set. | |
void | setDimBottom (unsigned int dimbottom) |
Set the dimbottom value. The menu items at the bottom will dim with this value. | |
void | unsetDimBottom () |
Mark the dimbottom as not set. | |
unsigned int | getDimBottom () |
Get the dimbottom value. | |
bool | isDimLeft () |
Check if the dimleft value is set. | |
void | setDimLeft (unsigned int dimleft) |
Set the dimleft value. The menu items at the left will dim with this value. | |
void | unsetDimLeft () |
Mark the dimleft as not set. | |
unsigned int | getDimLeft () |
Get the dimleft value. | |
bool | isDimRight () |
Check if the dimright value is set. | |
void | setDimRight (unsigned int dimright) |
Set the dimright value. The menu items at the right will dim with this value. | |
void | unsetDimRight () |
Mark the dimright as not set. | |
unsigned int | getDimRight () |
Get the dimright value. | |
bool | isTransTop () |
Check if the transtop value is set. | |
void | setTransTop (unsigned int transtop) |
Set the transtop value. The menu items at the top will get transparent with this value. | |
void | unsetTransTop () |
Mark the transtop as not set. | |
unsigned int | getTransTop () |
Get the transtop value. | |
bool | isTransBottom () |
Check if the transbottom value is set. | |
void | setTransBottom (unsigned int transbottom) |
Set the transbottom value. The menu items at the bottom will get transparent with this value. | |
void | unsetTransBottom () |
Mark the transbottom as not set. | |
unsigned int | getTransBottom () |
Get the transbottom value. | |
bool | isTransLeft () |
Check if the transleft value is set. | |
void | setTransLeft (unsigned int transleft) |
Set the transleft value. The menu items at the left will get transparent with this value. | |
void | unsetTransLeft () |
Mark the transleft as not set. | |
unsigned int | getTransLeft () |
Get the transleft value. | |
bool | isTransRight () |
Check if the transright value is set. | |
void | setTransRight (unsigned int transright) |
Set the transright value. The menu items at the right will get transparent with this value. | |
void | unsetTransRight () |
Mark the transright as not set. | |
unsigned int | getTransRight () |
Get the transright value. | |
bool | isZoomSelWidth () |
void | setZoomSelWidth (string zoomselwidth) |
void | unsetZoomSelWidth () |
string | getZoomSelWidth () |
bool | isZoomSelHeight () |
void | setZoomSelHeight (string zoomselheight) |
void | unsetZoomSelHeight () |
string | getZoomSelHeight () |
bool | isZoomSelShiftX () |
void | setZoomSelShiftX (string zoomselshiftx) |
void | unsetZoomSelShiftX () |
string | getZoomSelShiftX () |
bool | isZoomSelShiftY () |
void | setZoomSelShiftY (string zoomselshifty) |
void | unsetZoomSelShiftY () |
string | getZoomSelShiftY () |
bool | isSmoothScrolling () |
void | setSmoothScrolling (MMSSEQUENCEMODE smoothscrolling) |
void | unsetSmoothScrolling () |
MMSSEQUENCEMODE | getSmoothScrolling () |
bool | isParentWindow () |
void | setParentWindow (string parentwindow) |
void | unsetParentWindow () |
string | getParentWindow () |
bool | isSelImagePath () |
void | setSelImagePath (string selimagepath) |
void | unsetSelImagePath () |
string | getSelImagePath () |
bool | isSelImageName () |
void | setSelImageName (string selimagename) |
void | unsetSelImageName () |
string | getSelImageName () |
bool | isSmoothSelection () |
void | setSmoothSelection (MMSSEQUENCEMODE smoothselection) |
void | unsetSmoothSelection () |
MMSSEQUENCEMODE | getSmoothSelection () |
bool | isSmoothDelay () |
void | setSmoothDelay (unsigned int smoothdelay) |
void | unsetSmoothDelay () |
unsigned int | getSmoothDelay () |
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. | |
void | duplicateTAFF (MMSTaffFile *tafff) |
Saves a copy of an TAFF buffer including all child nodes. | |
Private Attributes | |
string | className |
name of the theme class | |
MMSTaffFile * | tafff |
the copied TAFF buffer | |
bool | isitemwidth |
is itemwidth set? | |
string | itemwidth |
width of an item (percent or pixel) | |
bool | isitemheight |
is itemheight set? | |
string | itemheight |
height of an item (percent or pixel) | |
bool | isitemhmargin |
is horizontal item margin set? | |
unsigned int | itemhmargin |
horizontal item margin | |
bool | isitemvmargin |
is vertical item margin set? | |
unsigned int | itemvmargin |
vertical item margin | |
bool | iscols |
is the number of columns set? | |
unsigned int | cols |
number of columns | |
bool | isdimitems |
is the dimitems value set? | |
unsigned int | dimitems |
dimitems if the menu has not the focus | |
bool | isfixedpos |
is the fixedpos value set? | |
unsigned int | fixedpos |
fixed position of the selected item | |
bool | ishloop |
is the hloop flag set? | |
unsigned int | hloop |
loop horizontal (left/right) without jumping out of the menu | |
bool | isvloop |
is the vloop flag set?smoothscrolling | |
unsigned int | vloop |
loop vertical (up/down) without jumping out of the menu | |
bool | istransitems |
is the transitems value set? | |
unsigned int | transitems |
transitems if the menu has not the focus | |
bool | isdimtop |
is the dimtop value set? | |
unsigned int | dimtop |
dim the items at the top of the menu | |
bool | isdimbottom |
is the dimbottom value set? | |
unsigned int | dimbottom |
dim the items at the bottom of the menu | |
bool | isdimleft |
is the dimleft value set? | |
unsigned int | dimleft |
dim the items at the left of the menu | |
bool | isdimright |
is the dimright value set? | |
unsigned int | dimright |
dim the items at the right of the menu | |
bool | istranstop |
is the transtop value set? | |
unsigned int | transtop |
transparent the items at the top of the menu | |
bool | istransbottom |
is the transbottom value set? | |
unsigned int | transbottom |
transparent the items at the bottom of the menu | |
bool | istransleft |
is the transleft value set? | |
unsigned int | transleft |
transparent the items at the left of the menu | |
bool | istransright |
is the transright value set? | |
unsigned int | transright |
transparent the items at the right of the menu | |
bool | iszoomselwidth |
is zoom in (width) value set? | |
string | zoomselwidth |
zoom in (width) the selected item (percent or pixel) | |
bool | iszoomselheight |
is zoom in (height) value set? | |
string | zoomselheight |
zoom in (height) the selected item (percent or pixel) | |
bool | iszoomselshiftx |
is horizontal shift value set? | |
string | zoomselshiftx |
horizontal shift of the selected item (percent or pixel) | |
bool | iszoomselshifty |
is vertical shift value set? | |
string | zoomselshifty |
vertical shift of the selected item (percent or pixel) | |
bool | issmoothscrolling |
is smooth scrolling mode set? | |
MMSSEQUENCEMODE | smoothscrolling |
smooth scrolling mode | |
bool | isparentwindow |
is parent window set? | |
string | parentwindow |
name of the parent window | |
bool | isselimagepath |
is selimage path set? | |
string | selimagepath |
selimage path | |
bool | isselimagename |
is selimage name set? | |
string | selimagename |
selimage filename | |
bool | issmoothselection |
is smooth selection mode set? | |
MMSSEQUENCEMODE | smoothselection |
smooth selection mode | |
bool | issmoothdelay |
is smooth delay set? | |
unsigned int | smoothdelay |
smooth delay | |
Friends | |
class | MMSThemeManager |
class | MMSDialogManager |
This class is the base for the MMSMenuWidget 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.
Definition at line 131 of file mmsmenuwidgetclass.h.
MMSMenuWidgetClass::MMSMenuWidgetClass | ( | ) |
MMSMenuWidgetClass::~MMSMenuWidgetClass | ( | ) |
void MMSMenuWidgetClass::setAttributesFromTAFF | ( | MMSTaffFile * | tafff, | |
string * | prefix = NULL , |
|||
string * | path = NULL , |
|||
bool | reset_paths = false | |||
) | [private] |
Read and set all attributes from the given TAFF buffer.
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 92 of file mmsmenuwidgetclass.cpp.
void MMSMenuWidgetClass::duplicateTAFF | ( | MMSTaffFile * | tafff | ) | [private] |
Saves a copy of an TAFF buffer including all child nodes.
tafff | pointer to the TAFF buffer |
Definition at line 416 of file mmsmenuwidgetclass.cpp.
void MMSMenuWidgetClass::unsetAll | ( | ) |
MMSTaffFile * MMSMenuWidgetClass::getTAFF | ( | ) |
Get the copied TAFF buffer, see duplicateTAFF().
Definition at line 422 of file mmsmenuwidgetclass.cpp.
void MMSMenuWidgetClass::setClassName | ( | string | className | ) |
Set the name of the theme class.
classname | name of the class |
Definition at line 428 of file mmsmenuwidgetclass.cpp.
string MMSMenuWidgetClass::getClassName | ( | ) |
Get the name of the theme class.
Definition at line 432 of file mmsmenuwidgetclass.cpp.
bool MMSMenuWidgetClass::isItemWidth | ( | ) |
void MMSMenuWidgetClass::setItemWidth | ( | string | itemwidth | ) |
Set the width of each item.
itemwidth | width of an item (percent or pixel) |
Definition at line 440 of file mmsmenuwidgetclass.cpp.
void MMSMenuWidgetClass::unsetItemWidth | ( | ) |
string MMSMenuWidgetClass::getItemWidth | ( | ) |
bool MMSMenuWidgetClass::isItemHeight | ( | ) |
void MMSMenuWidgetClass::setItemHeight | ( | string | itemheight | ) |
Set the height of each item.
itemheight | height of an item (percent or pixel) |
Definition at line 457 of file mmsmenuwidgetclass.cpp.
void MMSMenuWidgetClass::unsetItemHeight | ( | ) |
string MMSMenuWidgetClass::getItemHeight | ( | ) |
Get the height of an item.
Definition at line 466 of file mmsmenuwidgetclass.cpp.
bool MMSMenuWidgetClass::isItemHMargin | ( | ) |
void MMSMenuWidgetClass::setItemHMargin | ( | unsigned int | itemhmargin | ) |
Set the horizontal item margin.
itemhmargin | horizontal margin |
Definition at line 474 of file mmsmenuwidgetclass.cpp.
void MMSMenuWidgetClass::unsetItemHMargin | ( | ) |
unsigned int MMSMenuWidgetClass::getItemHMargin | ( | ) |
Get the horizontal item margin.
Definition at line 483 of file mmsmenuwidgetclass.cpp.
bool MMSMenuWidgetClass::isItemVMargin | ( | ) |
void MMSMenuWidgetClass::setItemVMargin | ( | unsigned int | itemvmargin | ) |
Set the vertical item margin.
itemvmargin | vertical margin |
Definition at line 491 of file mmsmenuwidgetclass.cpp.
void MMSMenuWidgetClass::unsetItemVMargin | ( | ) |
unsigned int MMSMenuWidgetClass::getItemVMargin | ( | ) |
Get the vertical item margin.
Definition at line 500 of file mmsmenuwidgetclass.cpp.
bool MMSMenuWidgetClass::isCols | ( | ) |
void MMSMenuWidgetClass::setCols | ( | unsigned int | cols | ) |
Set the number of columns.
cols | columns (equal or greater than 1) |
Definition at line 508 of file mmsmenuwidgetclass.cpp.
void MMSMenuWidgetClass::unsetCols | ( | ) |
unsigned int MMSMenuWidgetClass::getCols | ( | ) |
bool MMSMenuWidgetClass::isDimItems | ( | ) |
void MMSMenuWidgetClass::setDimItems | ( | unsigned int | dimitems | ) |
Set the dimitems value. The menu items will dim with this value if the menu has not the focus.
dimitems | dim the menu items with this value (0..255) |
Definition at line 525 of file mmsmenuwidgetclass.cpp.
void MMSMenuWidgetClass::unsetDimItems | ( | ) |
unsigned int MMSMenuWidgetClass::getDimItems | ( | ) |
Get the dimitems value.
Definition at line 534 of file mmsmenuwidgetclass.cpp.
bool MMSMenuWidgetClass::isFixedPos | ( | ) |
void MMSMenuWidgetClass::setFixedPos | ( | int | fixedpos | ) |
Set the fixedpos value. The position of the selected menu item will not changed.
fixedpos | fixed position |
Definition at line 542 of file mmsmenuwidgetclass.cpp.
void MMSMenuWidgetClass::unsetFixedPos | ( | ) |
int MMSMenuWidgetClass::getFixedPos | ( | ) |
Get the fixedpos value.
Definition at line 551 of file mmsmenuwidgetclass.cpp.
bool MMSMenuWidgetClass::isHLoop | ( | ) |
void MMSMenuWidgetClass::setHLoop | ( | bool | hloop | ) |
Set the hloop flag. If true then it loops horizontal (left/right) without jumping out of the menu.
hloop | loop horizontal |
Definition at line 559 of file mmsmenuwidgetclass.cpp.
void MMSMenuWidgetClass::unsetHLoop | ( | ) |
bool MMSMenuWidgetClass::getHLoop | ( | ) |
bool MMSMenuWidgetClass::isVLoop | ( | ) |
void MMSMenuWidgetClass::setVLoop | ( | bool | vloop | ) |
Set the vloop flag. If true then it loops vertical (up/down) without jumping out of the menu.
vloop | loop vertical |
Definition at line 576 of file mmsmenuwidgetclass.cpp.
void MMSMenuWidgetClass::unsetVLoop | ( | ) |
bool MMSMenuWidgetClass::getVLoop | ( | ) |
bool MMSMenuWidgetClass::isTransItems | ( | ) |
void MMSMenuWidgetClass::setTransItems | ( | unsigned int | transitems | ) |
Set the transitems value. The menu items will get transparent with this value if the menu has not the focus.
transitems | transparent the menu items with this value (0..255) |
Definition at line 593 of file mmsmenuwidgetclass.cpp.
void MMSMenuWidgetClass::unsetTransItems | ( | ) |
unsigned int MMSMenuWidgetClass::getTransItems | ( | ) |
Get the transitems value.
Definition at line 602 of file mmsmenuwidgetclass.cpp.
bool MMSMenuWidgetClass::isDimTop | ( | ) |
void MMSMenuWidgetClass::setDimTop | ( | unsigned int | dimtop | ) |
Set the dimtop value. The menu items at the top will dim with this value.
dimtop | dim the menu items with this value (0..255) |
Definition at line 610 of file mmsmenuwidgetclass.cpp.
void MMSMenuWidgetClass::unsetDimTop | ( | ) |
unsigned int MMSMenuWidgetClass::getDimTop | ( | ) |
bool MMSMenuWidgetClass::isDimBottom | ( | ) |
void MMSMenuWidgetClass::setDimBottom | ( | unsigned int | dimbottom | ) |
Set the dimbottom value. The menu items at the bottom will dim with this value.
dimbottom | dim the menu items with this value (0..255) |
Definition at line 627 of file mmsmenuwidgetclass.cpp.
void MMSMenuWidgetClass::unsetDimBottom | ( | ) |
unsigned int MMSMenuWidgetClass::getDimBottom | ( | ) |
Get the dimbottom value.
Definition at line 636 of file mmsmenuwidgetclass.cpp.
bool MMSMenuWidgetClass::isDimLeft | ( | ) |
void MMSMenuWidgetClass::setDimLeft | ( | unsigned int | dimleft | ) |
Set the dimleft value. The menu items at the left will dim with this value.
dimleft | dim the menu items with this value (0..255) |
Definition at line 644 of file mmsmenuwidgetclass.cpp.
void MMSMenuWidgetClass::unsetDimLeft | ( | ) |
unsigned int MMSMenuWidgetClass::getDimLeft | ( | ) |
bool MMSMenuWidgetClass::isDimRight | ( | ) |
void MMSMenuWidgetClass::setDimRight | ( | unsigned int | dimright | ) |
Set the dimright value. The menu items at the right will dim with this value.
dimright | dim the menu items with this value (0..255) |
Definition at line 661 of file mmsmenuwidgetclass.cpp.
void MMSMenuWidgetClass::unsetDimRight | ( | ) |
unsigned int MMSMenuWidgetClass::getDimRight | ( | ) |
Get the dimright value.
Definition at line 670 of file mmsmenuwidgetclass.cpp.
bool MMSMenuWidgetClass::isTransTop | ( | ) |
void MMSMenuWidgetClass::setTransTop | ( | unsigned int | transtop | ) |
Set the transtop value. The menu items at the top will get transparent with this value.
transtop | transparent the menu items with this value (0..255) |
Definition at line 678 of file mmsmenuwidgetclass.cpp.
void MMSMenuWidgetClass::unsetTransTop | ( | ) |
unsigned int MMSMenuWidgetClass::getTransTop | ( | ) |
Get the transtop value.
Definition at line 687 of file mmsmenuwidgetclass.cpp.
bool MMSMenuWidgetClass::isTransBottom | ( | ) |
void MMSMenuWidgetClass::setTransBottom | ( | unsigned int | transbottom | ) |
Set the transbottom value. The menu items at the bottom will get transparent with this value.
transbottom | transparent the menu items with this value (0..255) |
Definition at line 695 of file mmsmenuwidgetclass.cpp.
void MMSMenuWidgetClass::unsetTransBottom | ( | ) |
unsigned int MMSMenuWidgetClass::getTransBottom | ( | ) |
Get the transbottom value.
Definition at line 704 of file mmsmenuwidgetclass.cpp.
bool MMSMenuWidgetClass::isTransLeft | ( | ) |
void MMSMenuWidgetClass::setTransLeft | ( | unsigned int | transleft | ) |
Set the transleft value. The menu items at the left will get transparent with this value.
transleft | transparent the menu items with this value (0..255) |
Definition at line 712 of file mmsmenuwidgetclass.cpp.
void MMSMenuWidgetClass::unsetTransLeft | ( | ) |
unsigned int MMSMenuWidgetClass::getTransLeft | ( | ) |
Get the transleft value.
Definition at line 721 of file mmsmenuwidgetclass.cpp.
bool MMSMenuWidgetClass::isTransRight | ( | ) |
void MMSMenuWidgetClass::setTransRight | ( | unsigned int | transright | ) |
Set the transright value. The menu items at the right will get transparent with this value.
transright | transparent the menu items with this value (0..255) |
Definition at line 729 of file mmsmenuwidgetclass.cpp.
void MMSMenuWidgetClass::unsetTransRight | ( | ) |
unsigned int MMSMenuWidgetClass::getTransRight | ( | ) |
Get the transright value.
Definition at line 738 of file mmsmenuwidgetclass.cpp.
bool MMSMenuWidgetClass::isZoomSelWidth | ( | ) |
Definition at line 744 of file mmsmenuwidgetclass.cpp.
void MMSMenuWidgetClass::setZoomSelWidth | ( | string | zoomselwidth | ) |
Definition at line 748 of file mmsmenuwidgetclass.cpp.
void MMSMenuWidgetClass::unsetZoomSelWidth | ( | ) |
Definition at line 753 of file mmsmenuwidgetclass.cpp.
string MMSMenuWidgetClass::getZoomSelWidth | ( | ) |
Definition at line 757 of file mmsmenuwidgetclass.cpp.
bool MMSMenuWidgetClass::isZoomSelHeight | ( | ) |
Definition at line 761 of file mmsmenuwidgetclass.cpp.
void MMSMenuWidgetClass::setZoomSelHeight | ( | string | zoomselheight | ) |
Definition at line 765 of file mmsmenuwidgetclass.cpp.
void MMSMenuWidgetClass::unsetZoomSelHeight | ( | ) |
Definition at line 770 of file mmsmenuwidgetclass.cpp.
string MMSMenuWidgetClass::getZoomSelHeight | ( | ) |
Definition at line 774 of file mmsmenuwidgetclass.cpp.
bool MMSMenuWidgetClass::isZoomSelShiftX | ( | ) |
Definition at line 778 of file mmsmenuwidgetclass.cpp.
void MMSMenuWidgetClass::setZoomSelShiftX | ( | string | zoomselshiftx | ) |
Definition at line 782 of file mmsmenuwidgetclass.cpp.
void MMSMenuWidgetClass::unsetZoomSelShiftX | ( | ) |
Definition at line 787 of file mmsmenuwidgetclass.cpp.
string MMSMenuWidgetClass::getZoomSelShiftX | ( | ) |
Definition at line 791 of file mmsmenuwidgetclass.cpp.
bool MMSMenuWidgetClass::isZoomSelShiftY | ( | ) |
Definition at line 795 of file mmsmenuwidgetclass.cpp.
void MMSMenuWidgetClass::setZoomSelShiftY | ( | string | zoomselshifty | ) |
Definition at line 799 of file mmsmenuwidgetclass.cpp.
void MMSMenuWidgetClass::unsetZoomSelShiftY | ( | ) |
Definition at line 804 of file mmsmenuwidgetclass.cpp.
string MMSMenuWidgetClass::getZoomSelShiftY | ( | ) |
Definition at line 808 of file mmsmenuwidgetclass.cpp.
bool MMSMenuWidgetClass::isSmoothScrolling | ( | ) |
Definition at line 812 of file mmsmenuwidgetclass.cpp.
void MMSMenuWidgetClass::setSmoothScrolling | ( | MMSSEQUENCEMODE | smoothscrolling | ) |
Definition at line 816 of file mmsmenuwidgetclass.cpp.
void MMSMenuWidgetClass::unsetSmoothScrolling | ( | ) |
Definition at line 821 of file mmsmenuwidgetclass.cpp.
MMSSEQUENCEMODE MMSMenuWidgetClass::getSmoothScrolling | ( | ) |
Definition at line 825 of file mmsmenuwidgetclass.cpp.
bool MMSMenuWidgetClass::isParentWindow | ( | ) |
Definition at line 829 of file mmsmenuwidgetclass.cpp.
void MMSMenuWidgetClass::setParentWindow | ( | string | parentwindow | ) |
Definition at line 833 of file mmsmenuwidgetclass.cpp.
void MMSMenuWidgetClass::unsetParentWindow | ( | ) |
Definition at line 838 of file mmsmenuwidgetclass.cpp.
string MMSMenuWidgetClass::getParentWindow | ( | ) |
Definition at line 842 of file mmsmenuwidgetclass.cpp.
bool MMSMenuWidgetClass::isSelImagePath | ( | ) |
Definition at line 848 of file mmsmenuwidgetclass.cpp.
void MMSMenuWidgetClass::setSelImagePath | ( | string | selimagepath | ) |
Definition at line 852 of file mmsmenuwidgetclass.cpp.
void MMSMenuWidgetClass::unsetSelImagePath | ( | ) |
Definition at line 857 of file mmsmenuwidgetclass.cpp.
string MMSMenuWidgetClass::getSelImagePath | ( | ) |
Definition at line 861 of file mmsmenuwidgetclass.cpp.
bool MMSMenuWidgetClass::isSelImageName | ( | ) |
Definition at line 865 of file mmsmenuwidgetclass.cpp.
void MMSMenuWidgetClass::setSelImageName | ( | string | selimagename | ) |
Definition at line 869 of file mmsmenuwidgetclass.cpp.
void MMSMenuWidgetClass::unsetSelImageName | ( | ) |
Definition at line 874 of file mmsmenuwidgetclass.cpp.
string MMSMenuWidgetClass::getSelImageName | ( | ) |
Definition at line 878 of file mmsmenuwidgetclass.cpp.
bool MMSMenuWidgetClass::isSmoothSelection | ( | ) |
Definition at line 882 of file mmsmenuwidgetclass.cpp.
void MMSMenuWidgetClass::setSmoothSelection | ( | MMSSEQUENCEMODE | smoothselection | ) |
Definition at line 886 of file mmsmenuwidgetclass.cpp.
void MMSMenuWidgetClass::unsetSmoothSelection | ( | ) |
Definition at line 891 of file mmsmenuwidgetclass.cpp.
MMSSEQUENCEMODE MMSMenuWidgetClass::getSmoothSelection | ( | ) |
Definition at line 895 of file mmsmenuwidgetclass.cpp.
bool MMSMenuWidgetClass::isSmoothDelay | ( | ) |
Definition at line 900 of file mmsmenuwidgetclass.cpp.
void MMSMenuWidgetClass::setSmoothDelay | ( | unsigned int | smoothdelay | ) |
Definition at line 904 of file mmsmenuwidgetclass.cpp.
void MMSMenuWidgetClass::unsetSmoothDelay | ( | ) |
Definition at line 909 of file mmsmenuwidgetclass.cpp.
unsigned int MMSMenuWidgetClass::getSmoothDelay | ( | ) |
Definition at line 913 of file mmsmenuwidgetclass.cpp.
friend class MMSThemeManager [friend] |
Definition at line 728 of file mmsmenuwidgetclass.h.
friend class MMSDialogManager [friend] |
Definition at line 729 of file mmsmenuwidgetclass.h.
string MMSMenuWidgetClass::className [private] |
MMSTaffFile* MMSMenuWidgetClass::tafff [private] |
bool MMSMenuWidgetClass::isitemwidth [private] |
string MMSMenuWidgetClass::itemwidth [private] |
bool MMSMenuWidgetClass::isitemheight [private] |
string MMSMenuWidgetClass::itemheight [private] |
bool MMSMenuWidgetClass::isitemhmargin [private] |
unsigned int MMSMenuWidgetClass::itemhmargin [private] |
bool MMSMenuWidgetClass::isitemvmargin [private] |
unsigned int MMSMenuWidgetClass::itemvmargin [private] |
bool MMSMenuWidgetClass::iscols [private] |
unsigned int MMSMenuWidgetClass::cols [private] |
bool MMSMenuWidgetClass::isdimitems [private] |
unsigned int MMSMenuWidgetClass::dimitems [private] |
bool MMSMenuWidgetClass::isfixedpos [private] |
unsigned int MMSMenuWidgetClass::fixedpos [private] |
bool MMSMenuWidgetClass::ishloop [private] |
unsigned int MMSMenuWidgetClass::hloop [private] |
loop horizontal (left/right) without jumping out of the menu
Definition at line 185 of file mmsmenuwidgetclass.h.
bool MMSMenuWidgetClass::isvloop [private] |
unsigned int MMSMenuWidgetClass::vloop [private] |
loop vertical (up/down) without jumping out of the menu
Definition at line 191 of file mmsmenuwidgetclass.h.
bool MMSMenuWidgetClass::istransitems [private] |
unsigned int MMSMenuWidgetClass::transitems [private] |
bool MMSMenuWidgetClass::isdimtop [private] |
unsigned int MMSMenuWidgetClass::dimtop [private] |
bool MMSMenuWidgetClass::isdimbottom [private] |
unsigned int MMSMenuWidgetClass::dimbottom [private] |
bool MMSMenuWidgetClass::isdimleft [private] |
unsigned int MMSMenuWidgetClass::dimleft [private] |
bool MMSMenuWidgetClass::isdimright [private] |
unsigned int MMSMenuWidgetClass::dimright [private] |
bool MMSMenuWidgetClass::istranstop [private] |
unsigned int MMSMenuWidgetClass::transtop [private] |
bool MMSMenuWidgetClass::istransbottom [private] |
unsigned int MMSMenuWidgetClass::transbottom [private] |
transparent the items at the bottom of the menu
Definition at line 233 of file mmsmenuwidgetclass.h.
bool MMSMenuWidgetClass::istransleft [private] |
unsigned int MMSMenuWidgetClass::transleft [private] |
bool MMSMenuWidgetClass::istransright [private] |
unsigned int MMSMenuWidgetClass::transright [private] |
bool MMSMenuWidgetClass::iszoomselwidth [private] |
string MMSMenuWidgetClass::zoomselwidth [private] |
zoom in (width) the selected item (percent or pixel)
Definition at line 251 of file mmsmenuwidgetclass.h.
bool MMSMenuWidgetClass::iszoomselheight [private] |
string MMSMenuWidgetClass::zoomselheight [private] |
zoom in (height) the selected item (percent or pixel)
Definition at line 257 of file mmsmenuwidgetclass.h.
bool MMSMenuWidgetClass::iszoomselshiftx [private] |
string MMSMenuWidgetClass::zoomselshiftx [private] |
horizontal shift of the selected item (percent or pixel)
Definition at line 263 of file mmsmenuwidgetclass.h.
bool MMSMenuWidgetClass::iszoomselshifty [private] |
string MMSMenuWidgetClass::zoomselshifty [private] |
vertical shift of the selected item (percent or pixel)
Definition at line 269 of file mmsmenuwidgetclass.h.
bool MMSMenuWidgetClass::issmoothscrolling [private] |
bool MMSMenuWidgetClass::isparentwindow [private] |
string MMSMenuWidgetClass::parentwindow [private] |
bool MMSMenuWidgetClass::isselimagepath [private] |
string MMSMenuWidgetClass::selimagepath [private] |
bool MMSMenuWidgetClass::isselimagename [private] |
string MMSMenuWidgetClass::selimagename [private] |
bool MMSMenuWidgetClass::issmoothselection [private] |
bool MMSMenuWidgetClass::issmoothdelay [private] |
unsigned int MMSMenuWidgetClass::smoothdelay [private] |