easily manage the menus in Final Fantasy 7
More...
#include <MenuListWidget.h>
|
| void | setChecked (int row, int box, bool checked) |
| | SLOT: set the check state for an item. More...
|
| |
|
| void | visibleToggled (int row, bool checked) |
| | SIGNAL: The visible box has changed its checked state. More...
|
| |
| void | lockedToggled (int row, bool checked) |
| | SIGNAL: The locked box has changed its checked state. More...
|
| |
easily manage the menus in Final Fantasy 7
◆ BOX
Acces to Visible and Locked boxes without knowing their index.
| Enumerator |
|---|
| MENUVISIBLE | |
| MENULOCKED | |
◆ MenuListWidget()
| MenuListWidget::MenuListWidget |
( |
QWidget * |
parent = nullptr | ) |
|
|
explicit |
◆ changeEvent()
| void MenuListWidget::changeEvent |
( |
QEvent * |
e | ) |
|
|
protected |
◆ lockedToggled
| void MenuListWidget::lockedToggled |
( |
int |
row, |
|
|
bool |
checked |
|
) |
| |
|
signal |
SIGNAL: The locked box has changed its checked state.
- Parameters
-
◆ setChecked
| void MenuListWidget::setChecked |
( |
int |
row, |
|
|
int |
box, |
|
|
bool |
checked |
|
) |
| |
|
slot |
SLOT: set the check state for an item.
- Parameters
-
| row | the row (FF7Save::MENUITEMS) |
| box | the box that is being set (MenuListWidget::Box) |
| checked | the new check state |
◆ visibleToggled
| void MenuListWidget::visibleToggled |
( |
int |
row, |
|
|
bool |
checked |
|
) |
| |
|
signal |
SIGNAL: The visible box has changed its checked state.
- Parameters
-
The documentation for this class was generated from the following files: