Cockatrice 2025-11-30-Development-2.11.0-beta.38
A cross-platform virtual tabletop for multiplayer card games
Loading...
Searching...
No Matches
RemoteDeckList_TreeModel::Node Class Reference

#include <remote_decklist_tree_widget.h>

Inheritance diagram for RemoteDeckList_TreeModel::Node:
[legend]
Collaboration diagram for RemoteDeckList_TreeModel::Node:
[legend]

Public Member Functions

 Node (const QString &_name, DirectoryNode *_parent=nullptr)
virtual ~Node ()=default
DirectoryNodegetParent () const
QString getName () const

Protected Attributes

DirectoryNodeparent
QString name

Constructor & Destructor Documentation

◆ Node()

RemoteDeckList_TreeModel::Node::Node ( const QString & _name,
DirectoryNode * _parent = nullptr )
inlineexplicit
Here is the caller graph for this function:

◆ ~Node()

virtual RemoteDeckList_TreeModel::Node::~Node ( )
virtualdefault

Member Function Documentation

◆ getName()

QString RemoteDeckList_TreeModel::Node::getName ( ) const
inlinenodiscard
Here is the caller graph for this function:

◆ getParent()

DirectoryNode * RemoteDeckList_TreeModel::Node::getParent ( ) const
inlinenodiscard
Here is the caller graph for this function:

Member Data Documentation

◆ name

QString RemoteDeckList_TreeModel::Node::name
protected

◆ parent

DirectoryNode* RemoteDeckList_TreeModel::Node::parent
protected

The documentation for this class was generated from the following file: