#include "tab_edhrec_main.h"#include "../../../../../client/settings/cache_settings.h"#include "../../tab_supervisor.h"#include "api_response/average_deck/edhrec_average_deck_api_response.h"#include "api_response/commander/edhrec_commander_api_response.h"#include "api_response/top_cards/edhrec_top_cards_api_response.h"#include "api_response/top_commanders/edhrec_top_commanders_api_response.h"#include "api_response/top_tags/edhrec_top_tags_api_response.h"#include "display/commander/edhrec_commander_api_response_display_widget.h"#include "display/top_cards/edhrec_top_cards_api_response_display_widget.h"#include "display/top_commander/edhrec_top_commanders_api_response_display_widget.h"#include "display/top_tags/edhrec_top_tags_api_response_display_widget.h"#include <QCompleter>#include <QDebug>#include <QHBoxLayout>#include <QJsonArray>#include <QJsonDocument>#include <QJsonObject>#include <QNetworkAccessManager>#include <QNetworkReply>#include <QPushButton>#include <QRegularExpression>#include <libcockatrice/card/database/card_database_manager.h>#include <libcockatrice/models/database/card/card_completer_proxy_model.h>#include <libcockatrice/models/database/card/card_search_model.h>Functions | |
| static bool | canBeCommander (const CardInfoPtr &cardInfo) |
|
static |