Chatterino
Static Public Member Functions | Public Attributes | List of all members
chatterino::TabDescriptor Struct Reference

#include <WindowDescriptors.hpp>

Static Public Member Functions

static TabDescriptor loadFromJSON (const QJsonObject &root)
 

Public Attributes

QString customTitle_
 
bool selected_ {false}
 
bool highlightsEnabled_ {true}
 
std::optional< NodeDescriptorrootNode_
 

Member Function Documentation

◆ loadFromJSON()

TabDescriptor chatterino::TabDescriptor::loadFromJSON ( const QJsonObject &  root)
static
Here is the caller graph for this function:

Member Data Documentation

◆ customTitle_

QString chatterino::TabDescriptor::customTitle_

◆ highlightsEnabled_

bool chatterino::TabDescriptor::highlightsEnabled_ {true}

◆ rootNode_

std::optional<NodeDescriptor> chatterino::TabDescriptor::rootNode_

◆ selected_

bool chatterino::TabDescriptor::selected_ {false}

The documentation for this struct was generated from the following files: