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::FileNode Class Reference

#include <remote_decklist_tree_widget.h>

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

Public Member Functions

 FileNode (const QString &_name, int _id, const QDateTime &_uploadTime, DirectoryNode *_parent=nullptr)
int getId () const
QDateTime getUploadTime () const
Public Member Functions inherited from RemoteDeckList_TreeModel::Node
 Node (const QString &_name, DirectoryNode *_parent=nullptr)
virtual ~Node ()=default
DirectoryNodegetParent () const
QString getName () const

Private Attributes

int id
QDateTime uploadTime

Additional Inherited Members

Protected Attributes inherited from RemoteDeckList_TreeModel::Node
DirectoryNodeparent
QString name

Constructor & Destructor Documentation

◆ FileNode()

RemoteDeckList_TreeModel::FileNode::FileNode ( const QString & _name,
int _id,
const QDateTime & _uploadTime,
DirectoryNode * _parent = nullptr )
inline
Here is the call graph for this function:

Member Function Documentation

◆ getId()

int RemoteDeckList_TreeModel::FileNode::getId ( ) const
inlinenodiscard
Here is the caller graph for this function:

◆ getUploadTime()

QDateTime RemoteDeckList_TreeModel::FileNode::getUploadTime ( ) const
inlinenodiscard
Here is the caller graph for this function:

Member Data Documentation

◆ id

int RemoteDeckList_TreeModel::FileNode::id
private

◆ uploadTime

QDateTime RemoteDeckList_TreeModel::FileNode::uploadTime
private

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