Cockatrice 2025-11-30-Development-2.11.0-beta.38
A cross-platform virtual tabletop for multiplayer card games
Loading...
Searching...
No Matches
deck_editor_printing_selector_dock_widget.h
Go to the documentation of this file.
1
6
7#ifndef DECK_EDITOR_PRINTING_SELECTOR_DOCK_WIDGET_H
8#define DECK_EDITOR_PRINTING_SELECTOR_DOCK_WIDGET_H
9
12
13#include <QDockWidget>
14
15class TabDeckEditor;
28
29#endif // DECK_EDITOR_PRINTING_SELECTOR_DOCK_WIDGET_H
Defines the AbstractTabDeckEditor class, which provides a base for deck editor tabs in the applicatio...
AbstractTabDeckEditor is the base class for all deck editor tabs.
Definition abstract_tab_deck_editor.h:92
void retranslateUi()
Definition deck_editor_printing_selector_dock_widget.cpp:38
PrintingSelector * printingSelector
Definition deck_editor_printing_selector_dock_widget.h:23
void createPrintingSelectorDock()
Definition deck_editor_printing_selector_dock_widget.cpp:21
AbstractTabDeckEditor * deckEditor
Definition deck_editor_printing_selector_dock_widget.h:26
DeckEditorPrintingSelectorDockWidget(AbstractTabDeckEditor *parent)
Definition deck_editor_printing_selector_dock_widget.cpp:7
Definition printing_selector.h:30
TabDeckEditor provides a fully-featured deck editor tab. It extends AbstractTabDeckEditor.
Definition tab_deck_editor.h:56
TODO: Document this.