krfb
Public Slots |
Signals |
Public Member Functions |
Static Public Member Functions |
List of all members
InvitationManager Class Reference
#include <invitationmanager.h>
Inheritance diagram for InvitationManager:
Public Slots | |
void | loadInvitations () |
void | saveInvitations () |
Signals | |
void | invitationNumChanged (int) |
Public Member Functions | |
~InvitationManager () | |
int | activeInvitations () |
Invitation | addInvitation () |
const QList< Invitation > & | invitations () |
void | removeAllInvitations () |
void | removeInvitation (const Invitation &inv) |
Static Public Member Functions | |
static InvitationManager * | self () |
Detailed Description
Definition at line 21 of file invitationmanager.h.
Constructor & Destructor Documentation
InvitationManager::~InvitationManager | ( | ) |
Definition at line 41 of file invitationmanager.cpp.
Member Function Documentation
int InvitationManager::activeInvitations | ( | ) |
Definition at line 112 of file invitationmanager.cpp.
Invitation InvitationManager::addInvitation | ( | ) |
Definition at line 83 of file invitationmanager.cpp.
const QList< Invitation > & InvitationManager::invitations | ( | ) |
Definition at line 92 of file invitationmanager.cpp.
|
slot |
Definition at line 60 of file invitationmanager.cpp.
void InvitationManager::removeAllInvitations | ( | ) |
Definition at line 125 of file invitationmanager.cpp.
void InvitationManager::removeInvitation | ( | const Invitation & | inv | ) |
Definition at line 118 of file invitationmanager.cpp.
|
slot |
Definition at line 97 of file invitationmanager.cpp.
|
static |
Definition at line 26 of file invitationmanager.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:54:10 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:54:10 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.