|
|
@ -150,13 +150,15 @@ class KopeteMetaContactLVI::Private
|
|
|
|
public:
|
|
|
|
public:
|
|
|
|
Private() : metaContactIcon( 0L ), nameText( 0L ), extraText( 0L ), contactIconBox( 0L ),
|
|
|
|
Private() : metaContactIcon( 0L ), nameText( 0L ), extraText( 0L ), contactIconBox( 0L ),
|
|
|
|
currentMode( -1 ), currentIconMode( -1 ), hbox(NULL) {}
|
|
|
|
currentMode( -1 ), currentIconMode( -1 ), hbox(NULL) {}
|
|
|
|
|
|
|
|
Private(Private const &) = delete;
|
|
|
|
|
|
|
|
Private& operator=(Private const &) = delete;
|
|
|
|
ListView::ContactBoxComponent *hbox;
|
|
|
|
ListView::ContactBoxComponent *hbox;
|
|
|
|
ListView::FaceComponent *metaContactIcon;
|
|
|
|
ListView::FaceComponent *metaContactIcon;
|
|
|
|
ListView::DisplayNameComponent *nameText;
|
|
|
|
ListView::DisplayNameComponent *nameText;
|
|
|
|
ListView::DisplayNameComponent *extraText;
|
|
|
|
ListView::DisplayNameComponent *extraText;
|
|
|
|
ListView::BoxComponent *contactIconBox;
|
|
|
|
ListView::BoxComponent *contactIconBox;
|
|
|
|
ListView::BoxComponent *spacerBox;
|
|
|
|
ListView::BoxComponent *spacerBox;
|
|
|
|
std::auto_ptr<ListView::ToolTipSource> toolTipSource;
|
|
|
|
std::unique_ptr<ListView::ToolTipSource> toolTipSource;
|
|
|
|
// metacontact icon size
|
|
|
|
// metacontact icon size
|
|
|
|
int iconSize;
|
|
|
|
int iconSize;
|
|
|
|
// protocol icon size
|
|
|
|
// protocol icon size
|
|
|
|