#include <mnselectiondialog.h>
|
| void | appendItem (QFlags< Qt::ItemFlag > flgCheckbox, QFlags< Qt::ItemFlag > flgTristate, const QString &mnName, const QString &mnStats, VoteInfo *ptrVoteInfo) |
| |
Definition at line 20 of file mnselectiondialog.h.
◆ anonymous enum
| Enumerator |
|---|
| COLUMN_CHECKBOX | |
| COLUMN_NAME | |
| COLUMN_VOTE | |
| COLUMN_STATUS | |
Definition at line 51 of file mnselectiondialog.h.
◆ MnSelectionDialog()
| MnSelectionDialog::MnSelectionDialog |
( |
QWidget * |
parent | ) |
|
|
explicit |
◆ ~MnSelectionDialog()
| MnSelectionDialog::~MnSelectionDialog |
( |
| ) |
|
◆ appendItem()
| void MnSelectionDialog::appendItem |
( |
QFlags< Qt::ItemFlag > |
flgCheckbox, |
|
|
QFlags< Qt::ItemFlag > |
flgTristate, |
|
|
const QString & |
mnName, |
|
|
const QString & |
mnStats, |
|
|
VoteInfo * |
ptrVoteInfo |
|
) |
| |
|
private |
◆ getSelectedMnAlias()
| std::vector< std::string > MnSelectionDialog::getSelectedMnAlias |
( |
| ) |
|
◆ selectAll
| void MnSelectionDialog::selectAll |
( |
| ) |
|
|
slot |
◆ setMnVoters()
| void MnSelectionDialog::setMnVoters |
( |
const std::vector< VoteInfo > & |
_votes | ) |
|
◆ setModel()
| void MnSelectionDialog::setModel |
( |
MNModel * |
_mnModel, |
|
|
int |
minVoteUpdateTimeInSecs |
|
) |
| |
◆ updateView()
| void MnSelectionDialog::updateView |
( |
| ) |
|
◆ viewItemChanged
| void MnSelectionDialog::viewItemChanged |
( |
QTreeWidgetItem * |
item, |
|
|
int |
column |
|
) |
| |
|
slot |
◆ colCheckBoxWidth_treeMode
| int MnSelectionDialog::colCheckBoxWidth_treeMode {50} |
|
private |
◆ minVoteUpdateTimeInSecs
| int MnSelectionDialog::minVoteUpdateTimeInSecs {0} |
|
private |
◆ mnModel
| MNModel* MnSelectionDialog::mnModel {nullptr} |
|
private |
◆ selectedMnList
| std::vector<std::string> MnSelectionDialog::selectedMnList |
|
private |
◆ ui
| Ui::MnSelectionDialog* MnSelectionDialog::ui |
|
private |
◆ votes
| std::map<std::string, VoteInfo> MnSelectionDialog::votes |
|
private |
The documentation for this class was generated from the following files: