mmsmenuwidget.h File Reference

#include "mmsgui/mmswidget.h"

Include dependency graph for mmsmenuwidget.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.


Classes

class  MMSMenuWidget
 With this class you can display a list of items. More...
struct  MMSMenuWidget::MMSMENUITEMINFOS

Enumerations

enum  MMSMENUWIDGET_PULSER_MODE {
  MMSMENUWIDGET_PULSER_MODE_SCROLL_DOWN = 0, MMSMENUWIDGET_PULSER_MODE_SCROLL_UP, MMSMENUWIDGET_PULSER_MODE_SCROLL_LEFT, MMSMENUWIDGET_PULSER_MODE_SCROLL_RIGHT,
  MMSMENUWIDGET_PULSER_MODE_MOVESEL_DOWN, MMSMENUWIDGET_PULSER_MODE_MOVESEL_UP, MMSMENUWIDGET_PULSER_MODE_MOVESEL_LEFT, MMSMENUWIDGET_PULSER_MODE_MOVESEL_RIGHT
}
 current mode of the pulser More...

Enumeration Type Documentation

current mode of the pulser

Enumerator:
MMSMENUWIDGET_PULSER_MODE_SCROLL_DOWN  scroll smooth to the bottom
MMSMENUWIDGET_PULSER_MODE_SCROLL_UP  scroll smooth to the top
MMSMENUWIDGET_PULSER_MODE_SCROLL_LEFT  scroll smooth to the left
MMSMENUWIDGET_PULSER_MODE_SCROLL_RIGHT  scroll smooth to the right
MMSMENUWIDGET_PULSER_MODE_MOVESEL_DOWN  move selection smooth to the bottom
MMSMENUWIDGET_PULSER_MODE_MOVESEL_UP  move selection smooth to the top
MMSMENUWIDGET_PULSER_MODE_MOVESEL_LEFT  move selection smooth to the left
MMSMENUWIDGET_PULSER_MODE_MOVESEL_RIGHT  move selection smooth to the right

Definition at line 39 of file mmsmenuwidget.h.