kopete/libkopete
kopeteonlinestatus.cpp File Reference
#include "kopeteonlinestatus.h"
#include "kopeteonlinestatusmanager.h"
#include "kopeteidentity.h"
#include "kopeteprotocol.h"
#include "kopeteaccount.h"
#include "kopetecontact.h"
#include <kiconloader.h>
#include <kiconeffect.h>
#include <kdebug.h>
#include <klocale.h>
#include <QPixmap>
#include <QIconEngineV2>
#include <QPainter>
Include dependency graph for kopeteonlinestatus.cpp:
Go to the source code of this file.
Namespaces | |
Kopete | |
Variables | |
struct { | |
const char * name | |
OnlineStatus::StatusType status | |
} | statusNames [] |
Variable Documentation
const char* name |
Definition at line 104 of file kopeteonlinestatus.cpp.
OnlineStatus::StatusType status |
Definition at line 103 of file kopeteonlinestatus.cpp.
struct { ... } statusNames[] |
Initial value:
= {
{ OnlineStatus::Unknown, "Unknown" },
{ OnlineStatus::Offline, "Offline" },
{ OnlineStatus::Connecting, "Connecting" },
{ OnlineStatus::Invisible, "Invisible" },
{ OnlineStatus::Online, "Online"},
{ OnlineStatus::Away, "Away" } ,
{ OnlineStatus::Busy, "Busy" } }
Definition: networkstatuscommon.h:9
Definition: networkstatuscommon.h:9
This is required by some plugins, when a status need to be stored on the disk, to avoid problems.
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:53:51 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:53:51 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.