#include <deck_editor_deck_dock_widget.h>
◆ DeckEditorDeckDockWidget()
◆ actAddCard
| void DeckEditorDeckDockWidget::actAddCard |
( |
const ExactCard & | card, |
|
|
const QString & | zoneName ) |
|
slot |
◆ actDecrementCard
| void DeckEditorDeckDockWidget::actDecrementCard |
( |
const ExactCard & | card, |
|
|
QString | zoneName ) |
|
slot |
◆ actDecrementSelection
| void DeckEditorDeckDockWidget::actDecrementSelection |
( |
| ) |
|
|
slot |
◆ actIncrementSelection
| void DeckEditorDeckDockWidget::actIncrementSelection |
( |
| ) |
|
|
slot |
◆ actRemoveCard
| void DeckEditorDeckDockWidget::actRemoveCard |
( |
| ) |
|
|
slot |
◆ actSwapCard
| void DeckEditorDeckDockWidget::actSwapCard |
( |
const ExactCard & | card, |
|
|
const QString & | zoneName ) |
|
slot |
◆ actSwapSelection
| void DeckEditorDeckDockWidget::actSwapSelection |
( |
| ) |
|
|
slot |
◆ applyActiveGroupCriteria
| void DeckEditorDeckDockWidget::applyActiveGroupCriteria |
( |
| ) |
|
|
privateslot |
◆ changeSelectedCard
| void DeckEditorDeckDockWidget::changeSelectedCard |
( |
int | changeBy | ) |
|
|
privateslot |
Selects a card based on the change direction.
- Parameters
-
| changeBy | The direction to change, -1 for previous, 1 for next. |
- Todo
- Figure out why it's happening so we can do a proper fix instead of a hacky workaround
◆ createDeckDock()
| void DeckEditorDeckDockWidget::createDeckDock |
( |
| ) |
|
◆ decklistCustomMenu
| void DeckEditorDeckDockWidget::decklistCustomMenu |
( |
QPoint | point | ) |
|
|
privateslot |
◆ expandAll
| void DeckEditorDeckDockWidget::expandAll |
( |
| ) |
|
|
privateslot |
Fully expands all levels of the deck view.
◆ getCurrentCard()
| ExactCard DeckEditorDeckDockWidget::getCurrentCard |
( |
| ) |
|
◆ getGroupByComboBox()
| QComboBox * DeckEditorDeckDockWidget::getGroupByComboBox |
( |
| ) |
|
|
inline |
◆ getModel()
Convenience method to get the underlying model instance from the DeckStateManager.
◆ getSelectedCardNodeSourceIndices()
| QModelIndexList DeckEditorDeckDockWidget::getSelectedCardNodeSourceIndices |
( |
| ) |
const |
|
nodiscardprivate |
Gets the source index of all the currently selected card nodes in the decklist table. The list is in reverse order of the visual selection, so that rows can be deleted while iterating over them.
- Returns
- A list containing the source indices of all selected card nodes
◆ getSelectionModel()
| QItemSelectionModel * DeckEditorDeckDockWidget::getSelectionModel |
( |
| ) |
const |
|
inlinenodiscard |
◆ initializeFormats
| void DeckEditorDeckDockWidget::initializeFormats |
( |
| ) |
|
|
slot |
◆ offsetCountAtIndex()
| void DeckEditorDeckDockWidget::offsetCountAtIndex |
( |
const QModelIndex & | idx, |
|
|
bool | isIncrement ) |
|
private |
Increments or decrements the amount of the card node at the index by 1.
- Parameters
-
| idx | The source index |
| isIncrement | If true, increments the count. If false, decrements the count |
◆ recursiveExpand
| void DeckEditorDeckDockWidget::recursiveExpand |
( |
const QModelIndex & | sourceIndex | ) |
|
|
privateslot |
Expands all parents of the given index.
- Parameters
-
| sourceIndex | The index to expand (model source index) |
◆ refreshShortcuts
| void DeckEditorDeckDockWidget::refreshShortcuts |
( |
| ) |
|
|
privateslot |
◆ retranslateUi()
| void DeckEditorDeckDockWidget::retranslateUi |
( |
| ) |
|
◆ selectedCardChanged
| void DeckEditorDeckDockWidget::selectedCardChanged |
( |
const ExactCard & | card | ) |
|
|
signal |
◆ selectNextCard
| void DeckEditorDeckDockWidget::selectNextCard |
( |
| ) |
|
|
slot |
◆ selectPrevCard
| void DeckEditorDeckDockWidget::selectPrevCard |
( |
| ) |
|
|
slot |
◆ setSelectedIndex
| void DeckEditorDeckDockWidget::setSelectedIndex |
( |
const QModelIndex & | newCardIndex, |
|
|
bool | preserveWidgetFocus ) |
|
privateslot |
◆ syncBannerCardComboBoxSelectionWithDeck
| void DeckEditorDeckDockWidget::syncBannerCardComboBoxSelectionWithDeck |
( |
| ) |
|
|
privateslot |
◆ syncDisplayWidgetsToModel
| void DeckEditorDeckDockWidget::syncDisplayWidgetsToModel |
( |
| ) |
|
|
slot |
◆ updateBannerCardComboBox
| void DeckEditorDeckDockWidget::updateBannerCardComboBox |
( |
| ) |
|
|
slot |
◆ updateCard
| void DeckEditorDeckDockWidget::updateCard |
( |
QModelIndex | , |
|
|
const QModelIndex & | current ) |
|
privateslot |
◆ updateHash
| void DeckEditorDeckDockWidget::updateHash |
( |
| ) |
|
|
privateslot |
◆ updateShowBannerCardComboBox
| void DeckEditorDeckDockWidget::updateShowBannerCardComboBox |
( |
bool | visible | ) |
|
|
privateslot |
◆ updateShowTagsWidget
| void DeckEditorDeckDockWidget::updateShowTagsWidget |
( |
bool | visible | ) |
|
|
privateslot |
◆ writeBannerCard
| void DeckEditorDeckDockWidget::writeBannerCard |
( |
int | index | ) |
|
|
privateslot |
◆ writeComments
| void DeckEditorDeckDockWidget::writeComments |
( |
| ) |
|
|
privateslot |
◆ writeName
| void DeckEditorDeckDockWidget::writeName |
( |
| ) |
|
|
privateslot |
◆ activeGroupCriteriaComboBox
| QComboBox* DeckEditorDeckDockWidget::activeGroupCriteriaComboBox |
|
private |
◆ activeGroupCriteriaLabel
| QLabel* DeckEditorDeckDockWidget::activeGroupCriteriaLabel |
|
private |
◆ aDecrement
| QAction * DeckEditorDeckDockWidget::aDecrement |
|
private |
◆ aIncrement
| QAction * DeckEditorDeckDockWidget::aIncrement |
|
private |
◆ aRemoveCard
| QAction* DeckEditorDeckDockWidget::aRemoveCard |
|
private |
◆ aSwapCard
| QAction * DeckEditorDeckDockWidget::aSwapCard |
|
private |
◆ bannerCardComboBox
| QComboBox* DeckEditorDeckDockWidget::bannerCardComboBox |
◆ bannerCardLabel
| QLabel* DeckEditorDeckDockWidget::bannerCardLabel |
|
private |
◆ commentsDebounceTimer
| QTimer* DeckEditorDeckDockWidget::commentsDebounceTimer |
|
private |
◆ commentsEdit
| QTextEdit* DeckEditorDeckDockWidget::commentsEdit |
|
private |
◆ commentsLabel
| QLabel* DeckEditorDeckDockWidget::commentsLabel |
|
private |
◆ deckEditor
◆ deckStateManager
◆ deckTagsDisplayWidget
◆ deckView
| QTreeView* DeckEditorDeckDockWidget::deckView |
◆ deckViewKeySignals
| KeySignals DeckEditorDeckDockWidget::deckViewKeySignals |
|
private |
◆ formatComboBox
| QComboBox* DeckEditorDeckDockWidget::formatComboBox |
|
private |
◆ formatLabel
| QLabel* DeckEditorDeckDockWidget::formatLabel |
|
private |
◆ hashLabel
◆ hashLabel1
| QLabel* DeckEditorDeckDockWidget::hashLabel1 |
|
private |
◆ historyManagerWidget
◆ nameDebounceTimer
| QTimer* DeckEditorDeckDockWidget::nameDebounceTimer |
|
private |
◆ nameEdit
◆ nameLabel
| QLabel* DeckEditorDeckDockWidget::nameLabel |
|
private |
◆ proxy
◆ quickSettingsWidget
◆ showBannerCardCheckBox
| QCheckBox* DeckEditorDeckDockWidget::showBannerCardCheckBox |
|
private |
◆ showTagsWidgetCheckBox
| QCheckBox* DeckEditorDeckDockWidget::showTagsWidgetCheckBox |
|
private |
The documentation for this class was generated from the following files: