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

#include <tip_of_the_day.h>

Public Member Functions

 TipOfTheDay (QString _title, QString _content, QString _imagePath, QDate _date)
QString getTitle () const
QString getContent () const
QString getImagePath () const
QDate getDate () const

Private Attributes

QString title
QString content
QString imagePath
QDate date

Constructor & Destructor Documentation

◆ TipOfTheDay()

TipOfTheDay::TipOfTheDay ( QString _title,
QString _content,
QString _imagePath,
QDate _date )
explicit

Member Function Documentation

◆ getContent()

QString TipOfTheDay::getContent ( ) const
inlinenodiscard
Here is the caller graph for this function:

◆ getDate()

QDate TipOfTheDay::getDate ( ) const
inlinenodiscard
Here is the caller graph for this function:

◆ getImagePath()

QString TipOfTheDay::getImagePath ( ) const
inlinenodiscard
Here is the caller graph for this function:

◆ getTitle()

QString TipOfTheDay::getTitle ( ) const
inlinenodiscard
Here is the caller graph for this function:

Member Data Documentation

◆ content

QString TipOfTheDay::content
private

◆ date

QDate TipOfTheDay::date
private

◆ imagePath

QString TipOfTheDay::imagePath
private

◆ title

QString TipOfTheDay::title
private

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