Cockatrice 2026-09-01-Development-3.1.0-beta.10
A virtual tabletop for multiplayer card games
Loading...
Searching...
No Matches
tabs_settings.h File Reference
Include dependency graph for tabs_settings.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  TabsSettings

Enumerations

enum  StartupTab {
  StartupTabHome , StartupTabVisualDeckStorage , StartupTabDeckStorage , StartupTabReplays ,
  StartupTabDeckEditor , StartupTabVisualDeckEditor , StartupTabServer , StartupTabServerRoom
}
 The tab the application selects after launch. More...

Enumeration Type Documentation

◆ StartupTab

enum StartupTab

The tab the application selects after launch.

The destination is a request: tabs that were not open before (Deck Editor, Server Room, …) are opened as part of the startup flow. Destinations that require a server connection use the intent system to satisfy their pre-conditions.

Enumerator
StartupTabHome 

The Home tab.

StartupTabVisualDeckStorage 

The visual deck storage tab.

StartupTabDeckStorage 

The deck storage tab.

StartupTabReplays 

The game replays tab.

StartupTabDeckEditor 

A fresh classic deck editor tab.

StartupTabVisualDeckEditor 

A fresh visual deck editor tab.

StartupTabServer 

The server lobby: connect and select the server tab.

StartupTabServerRoom 

A server room: connect and join the room by name.