MythTV  master
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
Bookmark Class Reference

#include <bookmarkmanager.h>

Public Member Functions

 Bookmark (void)=default
 
bool operator== (const Bookmark &b) const
 

Static Public Member Functions

static bool sortByName (Bookmark *a, Bookmark *b)
 

Public Attributes

QString m_category
 
QString m_name
 
QString m_sortName
 
QString m_url
 
bool m_isHomepage {false}
 
bool m_selected {false}
 

Detailed Description

Definition at line 11 of file bookmarkmanager.h.

Constructor & Destructor Documentation

◆ Bookmark()

Bookmark::Bookmark ( void  )
default

Member Function Documentation

◆ operator==()

bool Bookmark::operator== ( const Bookmark b) const
inline

Definition at line 23 of file bookmarkmanager.h.

◆ sortByName()

static bool Bookmark::sortByName ( Bookmark a,
Bookmark b 
)
inlinestatic

Definition at line 27 of file bookmarkmanager.h.

Referenced by GetSiteList().

Member Data Documentation

◆ m_category

QString Bookmark::m_category

◆ m_name

QString Bookmark::m_name

◆ m_sortName

QString Bookmark::m_sortName

Definition at line 18 of file bookmarkmanager.h.

Referenced by sortByName().

◆ m_url

QString Bookmark::m_url

◆ m_isHomepage

bool Bookmark::m_isHomepage {false}

◆ m_selected

bool Bookmark::m_selected {false}

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