Cockatrice/cockatrice/src/interface/widgets/tabs
RickyRister b2dd8eed3f
[TabDeckEditor] Create class to centralize deck state (#6459)
* create new file

* use QSharedPointer in DeckListModel

* [TabDeckEditor] Create class to centralize deck state

* delete method

* update docs
2025-12-31 17:54:47 +01:00
..
api [TabDeckEditor] Create class to centralize deck state (#6459) 2025-12-31 17:54:47 +01:00
visual_deck_editor [TabDeckEditor] Create class to centralize deck state (#6459) 2025-12-31 17:54:47 +01:00
visual_deck_storage [Refactor] Pass around LoadedDeck instead of DeckLoader (#6422) 2025-12-20 13:39:00 +01:00
abstract_tab_deck_editor.cpp [TabDeckEditor] Create class to centralize deck state (#6459) 2025-12-31 17:54:47 +01:00
abstract_tab_deck_editor.h [TabDeckEditor] Create class to centralize deck state (#6459) 2025-12-31 17:54:47 +01:00
tab.cpp [Move refactor] Move tabs to interface/widgets (#6235) 2025-10-09 14:51:47 +02:00
tab.h [Fix-Warnings] Mark const getters as [[nodiscard]] (#6365) 2025-11-28 21:38:54 +01:00
tab_account.cpp [Move refactor] Move tabs to interface/widgets (#6235) 2025-10-09 14:51:47 +02:00
tab_account.h [Move refactor] Move tabs to interface/widgets (#6235) 2025-10-09 14:51:47 +02:00
tab_admin.cpp Avoid repeating type by using auto. (#6321) 2025-11-15 14:06:53 +01:00
tab_admin.h Mark more functions as [[nodiscard]] (#6320) 2025-11-16 01:39:24 +01:00
tab_deck_editor.cpp [TabDeckEditor] Create class to centralize deck state (#6459) 2025-12-31 17:54:47 +01:00
tab_deck_editor.h [Refactor] Pass around LoadedDeck instead of DeckLoader (#6422) 2025-12-20 13:39:00 +01:00
tab_deck_storage.cpp [Refactor] Pass around LoadedDeck instead of DeckLoader (#6422) 2025-12-20 13:39:00 +01:00
tab_deck_storage.h [Refactor] Pass around LoadedDeck instead of DeckLoader (#6422) 2025-12-20 13:39:00 +01:00
tab_game.cpp [Refactor] Pass around LoadedDeck instead of DeckLoader (#6422) 2025-12-20 13:39:00 +01:00
tab_game.h [Refactor] Pass around LoadedDeck instead of DeckLoader (#6422) 2025-12-20 13:39:00 +01:00
tab_home.cpp [Cleanup] Unused #includes (#6367) 2025-11-29 18:53:11 +01:00
tab_home.h [Cleanup] Unused #includes (#6367) 2025-11-29 18:53:11 +01:00
tab_logs.cpp [Cleanup] Unused #includes (#6367) 2025-11-29 18:53:11 +01:00
tab_logs.h [Cleanup] Unused #includes (#6367) 2025-11-29 18:53:11 +01:00
tab_message.cpp Avoid repeating type by using auto. (#6321) 2025-11-15 14:06:53 +01:00
tab_message.h [Fix-Warnings] Mark const getters as [[nodiscard]] (#6365) 2025-11-28 21:38:54 +01:00
tab_replays.cpp [Cleanup] Unused #includes (#6367) 2025-11-29 18:53:11 +01:00
tab_replays.h Mark more functions as [[nodiscard]] (#6320) 2025-11-16 01:39:24 +01:00
tab_room.cpp Avoid repeating type by using auto. (#6321) 2025-11-15 14:06:53 +01:00
tab_room.h [Cleanup] Unused #includes (#6367) 2025-11-29 18:53:11 +01:00
tab_server.cpp [Cleanup] Unused #includes (#6367) 2025-11-29 18:53:11 +01:00
tab_server.h Mark more functions as [[nodiscard]] (#6320) 2025-11-16 01:39:24 +01:00
tab_supervisor.cpp [Refactor] Pass around LoadedDeck instead of DeckLoader (#6422) 2025-12-20 13:39:00 +01:00
tab_supervisor.h [Refactor] Pass around LoadedDeck instead of DeckLoader (#6422) 2025-12-20 13:39:00 +01:00
tab_visual_database_display.cpp [Move refactor] Move tabs to interface/widgets (#6235) 2025-10-09 14:51:47 +02:00
tab_visual_database_display.h [Cleanup] Unused #includes (#6367) 2025-11-29 18:53:11 +01:00