Easily manage the who can be in the phs.
More...
#include <PhsListWidget.h>
|
| void | setChecked (int row, int box, bool checked) |
| | SLOT: set the check state for an item. More...
|
| |
|
| void | allowedToggled (int row, bool checked) |
| | SIGNAL: The allowed box has changed its checked state. More...
|
| |
| void | visibleToggled (int row, bool checked) |
| | SIGNAL: The visible box has changed its checked state. More...
|
| |
Easily manage the who can be in the phs.
Ment to be used with FF7Save
◆ Box
Acces to Allow and Visible boxes without knowing their index.
| Enumerator |
|---|
| PHSALLOWED | 1
|
| PHSVISIBLE | 2
|
◆ PhsListWidget()
| PhsListWidget::PhsListWidget |
( |
QWidget * |
parent = nullptr | ) |
|
|
explicit |
◆ allowedToggled
| void PhsListWidget::allowedToggled |
( |
int |
row, |
|
|
bool |
checked |
|
) |
| |
|
signal |
SIGNAL: The allowed box has changed its checked state.
- Parameters
-
| row | the row its changed in (FF7Char::Char) |
| checked | the new check state |
◆ changeEvent()
| void PhsListWidget::changeEvent |
( |
QEvent * |
e | ) |
|
|
protected |
◆ setChecked
| void PhsListWidget::setChecked |
( |
int |
row, |
|
|
int |
box, |
|
|
bool |
checked |
|
) |
| |
|
slot |
SLOT: set the check state for an item.
- Parameters
-
| row | the row (char id is row order) |
| box | the box that is being set (PhsListWidget::Box) |
| checked | the new check state |
◆ visibleToggled
| void PhsListWidget::visibleToggled |
( |
int |
row, |
|
|
bool |
checked |
|
) |
| |
|
signal |
SIGNAL: The visible box has changed its checked state.
- Parameters
-
| row | the row its changed in (FF7Char::Char) |
| checked | the new check state |
The documentation for this class was generated from the following files: