Home · Modules · All Classes · All Namespaces
Public Member Functions | List of all members
Tp::Feature Class Reference

The Feature class represents a feature that can be enabled on demand. More...

#include <TelepathyQt/Feature>

Inherits QPair< QString, uint >.

Public Member Functions

 Feature ()
 
 Feature (const QString &className, uint id, bool critical=false)
 
 Feature (const Feature &other)
 
 ~Feature ()
 
bool isValid () const
 
Featureoperator= (const Feature &other)
 
bool isCritical () const
 

Detailed Description

The Feature class represents a feature that can be enabled on demand.

Constructor & Destructor Documentation

◆ Feature() [1/3]

Tp::Feature::Feature ( )

◆ Feature() [2/3]

Tp::Feature::Feature ( const QString &  className,
uint  id,
bool  critical = false 
)

◆ Feature() [3/3]

Tp::Feature::Feature ( const Feature other)

◆ ~Feature()

Tp::Feature::~Feature ( )

Member Function Documentation

◆ isValid()

bool Tp::Feature::isValid ( ) const
inline

◆ operator=()

Feature & Tp::Feature::operator= ( const Feature other)

◆ isCritical()

bool Tp::Feature::isCritical ( ) const