CFx SDK Documentation  2022 SP0
Public Member Functions | Protected Member Functions | List of all members
CFxLicensingService Class Referenceabstract

#include <FxLicensingService.h>

Public Member Functions

virtual ~CFxLicensingService ()
 
virtual void AddReactor (CFxLicensingServiceReactor *pReactor)=0
 
virtual void RemoveReactor (CFxLicensingServiceReactor *pReactor)=0
 
virtual void UpdateToken (const QString &sToken)=0
 
virtual void RequestRefresh ()=0
 
virtual void LicensingInitialized ()
 
virtual void OnUserActivated (int organizationId)=0
 
virtual void OnUserLoggedOut ()=0
 

Protected Member Functions

 CFxLicensingService ()=default
 

Detailed Description

Definition at line 38 of file FxLicensingService.h.

Constructor & Destructor Documentation

◆ ~CFxLicensingService()

virtual CFxLicensingService::~CFxLicensingService ( )
virtual

◆ CFxLicensingService()

CFxLicensingService::CFxLicensingService ( )
protecteddefault

Member Function Documentation

◆ AddReactor()

virtual void CFxLicensingService::AddReactor ( CFxLicensingServiceReactor pReactor)
pure virtual

◆ LicensingInitialized()

virtual void CFxLicensingService::LicensingInitialized ( )
inlinevirtual

Definition at line 49 of file FxLicensingService.h.

◆ OnUserActivated()

virtual void CFxLicensingService::OnUserActivated ( int  organizationId)
pure virtual

◆ OnUserLoggedOut()

virtual void CFxLicensingService::OnUserLoggedOut ( )
pure virtual

◆ RemoveReactor()

virtual void CFxLicensingService::RemoveReactor ( CFxLicensingServiceReactor pReactor)
pure virtual

◆ RequestRefresh()

virtual void CFxLicensingService::RequestRefresh ( )
pure virtual

◆ UpdateToken()

virtual void CFxLicensingService::UpdateToken ( const QString &  sToken)
pure virtual

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