kopete/libkopete
kopeteprotocol.h
  
Go to the documentation of this file.
  102     virtual KopeteEditAccountWidget * createEditAccountWidget( Account *account, QWidget *parent ) = 0;
  112         BaseFgColor = 0x1,     
  113         BaseBgColor = 0x2,     
  114         RichFgColor = 0x4,       
  115         RichBgColor = 0x8,       
  117         BaseFont = 0x10,        
  118         RichFont = 0x20,       
  121         BaseUFormatting = 0x40,
  122         BaseIFormatting = 0x80,
  123         BaseBFormatting = 0x100,
  126         RichUFormatting = 0x200,
  127         RichIFormatting = 0x400,
  128         RichBFormatting = 0x800,
  130         Alignment = 0x1000,     
  133         BaseFormatting = BaseIFormatting | BaseUFormatting | BaseBFormatting,
  136         RichFormatting = RichIFormatting | RichUFormatting | RichBFormatting,
  138         RichColor = RichBgColor | RichFgColor,
  139         BaseColor = BaseBgColor | BaseFgColor,
  142         FullRTF =  RichFormatting | Alignment | RichFont | RichFgColor | RichBgColor ,
  145         CanSendOffline = 0x10000 
  235     virtual void deserialize( MetaContact *metaContact, const QMap<QString, QString> &serializedData );
  240     virtual void deserializeContactList( MetaContact *metaContact, const QList< QMap<QString, QString> > &dataList );
Definition: kopeteonlinestatus.h:68
Definition: addcontactpage.h:33
Definition: kopetecontact.h:58
Definition: editaccountwidget.h:55
Definition: kopetemetacontact.h:54
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.
    KDE API Reference