KVIrc 5.2.6
Developer APIs
KvsObject_pixmap.cpp File Reference
#include "KvsObject_pixmap.h"
#include "KvsObject_widget.h"
#include "KvsObject_memoryBuffer.h"
#include "KviAnimatedPixmap.h"
#include "kvi_debug.h"
#include "KviLocale.h"
#include <QFile>

Functions

emit aboutToDie ()
 
 if (m_pAnimatedPixmap) delete m_pAnimatedPixmap
 
 if (m_pImage) delete m_pImage
 
 if (m_pPixmap) delete m_pPixmap
 
 KVSO_CLASS_FUNCTION (pixmap, fill)
 
 KVSO_CLASS_FUNCTION (pixmap, frameChangedEvent)
 
 KVSO_CLASS_FUNCTION (pixmap, grabWidget)
 
 KVSO_CLASS_FUNCTION (pixmap, height)
 
 KVSO_CLASS_FUNCTION (pixmap, load)
 
 KVSO_CLASS_FUNCTION (pixmap, loadAnimation)
 
 KVSO_CLASS_FUNCTION (pixmap, loadFromMemoryBuffer)
 
 KVSO_CLASS_FUNCTION (pixmap, mirrored)
 
 KVSO_CLASS_FUNCTION (pixmap, pixel)
 
 KVSO_CLASS_FUNCTION (pixmap, resize)
 
 KVSO_CLASS_FUNCTION (pixmap, rotate)
 
 KVSO_CLASS_FUNCTION (pixmap, save)
 
 KVSO_CLASS_FUNCTION (pixmap, scale)
 
 KVSO_CLASS_FUNCTION (pixmap, setPixel)
 
 KVSO_CLASS_FUNCTION (pixmap, startAnimation)
 
 KVSO_CLASS_FUNCTION (pixmap, stopAnimation)
 
 KVSO_CLASS_FUNCTION (pixmap, width)
 

Variables

 m_currentType = Image
 
 m_pAnimatedPixmap = nullptr
 
 m_pImage = nullptr
 
 m_pPixmap = nullptr
 

Function Documentation

◆ aboutToDie()

◆ if() [1/3]

◆ if() [2/3]

if ( m_pImage )

◆ if() [3/3]

if ( m_pPixmap )

◆ KVSO_CLASS_FUNCTION() [1/17]

◆ KVSO_CLASS_FUNCTION() [2/17]

KVSO_CLASS_FUNCTION ( pixmap ,
frameChangedEvent  )

◆ KVSO_CLASS_FUNCTION() [3/17]

◆ KVSO_CLASS_FUNCTION() [4/17]

KVSO_CLASS_FUNCTION ( pixmap ,
height  )

References m_currentType, m_pImage, and m_pPixmap.

◆ KVSO_CLASS_FUNCTION() [5/17]

KVSO_CLASS_FUNCTION ( pixmap ,
load  )

◆ KVSO_CLASS_FUNCTION() [6/17]

KVSO_CLASS_FUNCTION ( pixmap ,
loadAnimation  )

◆ KVSO_CLASS_FUNCTION() [7/17]

◆ KVSO_CLASS_FUNCTION() [8/17]

KVSO_CLASS_FUNCTION ( pixmap ,
mirrored  )

◆ KVSO_CLASS_FUNCTION() [9/17]

◆ KVSO_CLASS_FUNCTION() [10/17]

◆ KVSO_CLASS_FUNCTION() [11/17]

◆ KVSO_CLASS_FUNCTION() [12/17]

◆ KVSO_CLASS_FUNCTION() [13/17]

◆ KVSO_CLASS_FUNCTION() [14/17]

◆ KVSO_CLASS_FUNCTION() [15/17]

KVSO_CLASS_FUNCTION ( pixmap ,
startAnimation  )

References m_pAnimatedPixmap.

◆ KVSO_CLASS_FUNCTION() [16/17]

KVSO_CLASS_FUNCTION ( pixmap ,
stopAnimation  )

References m_pAnimatedPixmap.

◆ KVSO_CLASS_FUNCTION() [17/17]

KVSO_CLASS_FUNCTION ( pixmap ,
width  )

References m_currentType, m_pImage, and m_pPixmap.

Variable Documentation

◆ m_currentType

◆ m_pAnimatedPixmap

◆ m_pImage

◆ m_pPixmap