| activate() | MAUI::EditBox | |
| add(Widget *w) | MAUI::Widget | [virtual] |
| addEditBoxListener(EditBoxListener *ebl) | MAUI::EditBox | |
| addWidgetListener(WidgetListener *wl) | MAUI::Widget | |
| autoSizeX | MAUI::Label | [protected] |
| autoSizeY | MAUI::Label | [protected] |
| backColor | MAUI::Widget | [protected] |
| bounds | MAUI::Widget | [protected] |
| calcStrSize() | MAUI::Label | [protected] |
| caption | MAUI::Label | [protected] |
| characterChanged(char c) | MAUI::EditBox | [virtual] |
| characterDeployed(char c) | MAUI::EditBox | [virtual] |
| children | MAUI::Widget | [protected] |
| clearText() | MAUI::EditBox | |
| contains(const Point &p) | MAUI::Widget | [virtual] |
| contains(int x, int y) | MAUI::Widget | [virtual] |
| cuttedCaption | MAUI::Label | [protected] |
| deactivate() | MAUI::EditBox | |
| deleteCurrentCharacter() | MAUI::EditBox | |
| deletePreviousCharacter() | MAUI::EditBox | |
| dirty | MAUI::Widget | [protected] |
| draw(bool forceDraw=false) | MAUI::Widget | [virtual] |
| drawBackground() | MAUI::Widget | [protected] |
| EditBox(int x, int y, int width, int height, Widget *parent, const String &text="", int backColor=0, Font *font=0, bool manageNavigation=true, bool multiLine=false, int maxLength=64, InputMode inputMode=IM_STANDARD) | MAUI::EditBox | |
| enabled | MAUI::Widget | [protected] |
| font | MAUI::Label | [protected] |
| getAutoSizeX() const | MAUI::Label | |
| getAutoSizeY() const | MAUI::Label | |
| getBounds() | MAUI::Widget | [virtual] |
| getCaption() const | MAUI::Label | |
| getChildren() | MAUI::Widget | |
| getChildren() const | MAUI::Widget | |
| getCursorColor() const | MAUI::EditBox | |
| getFont() const | MAUI::Label | |
| getHeight() const | MAUI::Widget | |
| getHorizontalAlignment() const | MAUI::Label | |
| getInputMode() const | MAUI::EditBox | |
| getMaxLength() | MAUI::EditBox | |
| getPaddedBounds() const | MAUI::Widget | |
| getPaddedPosition() const | MAUI::Widget | |
| getPaddingBottom() const | MAUI::Widget | |
| getPaddingLeft() const | MAUI::Widget | |
| getPaddingRight() const | MAUI::Widget | |
| getPaddingTop() const | MAUI::Widget | |
| getParent() | MAUI::Widget | |
| getPosition() const | MAUI::Widget | |
| getQwerty() const | MAUI::EditBox | |
| getText() const | MAUI::EditBox | |
| getTextStart(int *x, int *y) | MAUI::Label | [protected] |
| getVerticalAlignment() const | MAUI::Label | |
| getWidgetListeners() | MAUI::Widget | |
| getWidth() const | MAUI::Widget | |
| HA_CENTER enum value | MAUI::Label | |
| HA_LEFT enum value | MAUI::Label | |
| HA_RIGHT enum value | MAUI::Label | |
| HorizontalAlignment enum name | MAUI::Label | |
| horizontalAlignment | MAUI::Label | [protected] |
| IM_NUMBERS enum value | MAUI::EditBox | |
| IM_STANDARD enum value | MAUI::EditBox | |
| InputMode enum name | MAUI::EditBox | |
| isActive() const | MAUI::EditBox | |
| isDirty() const | MAUI::Widget | [protected] |
| isEnabled() const | MAUI::Widget | |
| isManagingNavigation() | MAUI::EditBox | |
| isMultiLine() | MAUI::Label | |
| isSelected() const | MAUI::Widget | |
| isTransparent() const | MAUI::Widget | [virtual] |
| keyPressEvent(int keyCode, int nativeCode) | MAUI::EditBox | [virtual] |
| MAUtil::KeyListener::keyPressEvent(int keyCode) | MAUtil::KeyListener | [inline, private, virtual] |
| keyReleaseEvent(int keyCode, int nativeCode) | MAUI::EditBox | [virtual] |
| MAUtil::KeyListener::keyReleaseEvent(int keyCode) | MAUtil::KeyListener | [inline, private, virtual] |
| Label(int x, int y, int width, int height, Widget *parent) | MAUI::Label | |
| Label(int x, int y, int width, int height, Widget *parent, const String &caption, int backColor, Font *font) | MAUI::Label | |
| mInputManager | MAUI::Widget | [protected] |
| moveCursorHorizontal(int steps, bool fireListeners=true) | MAUI::EditBox | |
| multiLine | MAUI::Label | [protected] |
| mustCalcStrSize | MAUI::Label | [protected] |
| paddedBounds | MAUI::Widget | [protected] |
| paddingBottom | MAUI::Widget | [protected] |
| paddingLeft | MAUI::Widget | [protected] |
| paddingRight | MAUI::Widget | [protected] |
| paddingTop | MAUI::Widget | [protected] |
| parent | MAUI::Widget | [protected] |
| relX | MAUI::Widget | [protected] |
| relY | MAUI::Widget | [protected] |
| removeWidgetListener(WidgetListener *wl) | MAUI::Widget | |
| requestRepaint() | MAUI::Widget | |
| resize(int width, int height) | MAUI::Label | [protected] |
| selected | MAUI::Widget | [protected] |
| setAutoSizeX(bool f=true) | MAUI::Label | |
| setAutoSizeY(bool f=true) | MAUI::Label | |
| setBackgroundColor(int col) | MAUI::Widget | |
| setCaption(const String &caption) | MAUI::EditBox | [virtual] |
| setCaseToggle(bool caseToggle=true) | MAUI::EditBox | |
| setCursorColor(int color) | MAUI::EditBox | |
| setDirty(bool d=true) | MAUI::Widget | [protected] |
| setDrawBackground(bool b=true) | MAUI::Widget | |
| setEnabled(bool enabled=true) | MAUI::EditBox | [virtual] |
| setFont(Font *font) | MAUI::Label | |
| setHeight(int height) | MAUI::Widget | [virtual] |
| setHorizontalAlignment(HorizontalAlignment alignment) | MAUI::Label | |
| setInputManager(InputManager *inputManager) | MAUI::Widget | |
| setInputMode(InputMode inputMode) | MAUI::EditBox | |
| setManageNavigation(bool b=true) | MAUI::EditBox | |
| setMaxLength(int maxLength) | MAUI::EditBox | |
| setMultiLine(bool b=true) | MAUI::Label | |
| setPaddingBottom(int b) | MAUI::Label | [virtual] |
| setPaddingLeft(int l) | MAUI::Label | [virtual] |
| setPaddingRight(int r) | MAUI::Label | [virtual] |
| setPaddingTop(int t) | MAUI::Label | [virtual] |
| setParameter(const String &name, const String &value) | MAUI::Label | [virtual] |
| setParent(Widget *w) | MAUI::Widget | |
| setPasswordMode(bool enabled=true) | MAUI::EditBox | |
| setPosition(int x, int y) | MAUI::Widget | [virtual] |
| setQwerty(bool enabled=true) | MAUI::EditBox | |
| setSelected(bool selected=true) | MAUI::EditBox | [virtual] |
| setSkin(WidgetSkin *widgetSkin) | MAUI::Widget | [virtual] |
| setText(const String &text) | MAUI::EditBox | |
| setVerticalAlignment(VerticalAlignment alignment) | MAUI::Label | |
| setWidth(int width) | MAUI::Widget | [virtual] |
| shouldDrawBackground | MAUI::Widget | [protected] |
| skin | MAUI::Widget | [protected] |
| strHeight | MAUI::Label | [protected] |
| strSize | MAUI::Label | [protected] |
| strWidth | MAUI::Label | [protected] |
| trigger() | MAUI::Widget | [virtual] |
| update() | MAUI::Label | [virtual] |
| updateAbsolutePosition() | MAUI::Widget | [protected] |
| updateAbsolutePositionChildren(int x, int y) | MAUI::Widget | [protected] |
| updatePaddedBounds() | MAUI::Widget | [protected] |
| VA_BOTTOM enum value | MAUI::Label | |
| VA_CENTER enum value | MAUI::Label | |
| VA_TOP enum value | MAUI::Label | |
| verticalAlignment | MAUI::Label | [protected] |
| VerticalAlignment enum name | MAUI::Label | |
| Widget(int x, int y, int width, int height, Widget *parent) | MAUI::Widget | |
| widgetAt(const Point &p) | MAUI::Widget | |
| widgetAt(int x, int y) | MAUI::Widget | |
| widgetListeners | MAUI::Widget | [protected] |
| ~KeyListener() | MAUtil::KeyListener | [private, virtual] |
| ~Widget() | MAUI::Widget | [virtual] |