KWin
Loading...
Searching...
No Matches
Public Member Functions | Friends | List of all members
KWin::FPx2 Class Reference

#include <animationeffect.h>

Public Member Functions

 FPx2 ()
 
 FPx2 (float v)
 
 FPx2 (float v1, float v2)
 
 FPx2 (const FPx2 &other)
 
 FPx2 (const QPoint &other)
 
 FPx2 (const QPointF &other)
 
 FPx2 (const QSize &other)
 
 FPx2 (const QSizeF &other)
 
void invalidate ()
 
bool isValid () const
 
float operator[] (int n) const
 
QString toString () const
 
FPx2operator= (const FPx2 &other)
 
FPx2operator+= (const FPx2 &other)
 
FPx2operator-= (const FPx2 &other)
 
FPx2operator*= (float fl)
 
FPx2operator/= (float fl)
 
void set (float v)
 
void set (float v1, float v2)
 

Friends

bool operator== (const FPx2 &f1, const FPx2 &f2)
 
bool operator!= (const FPx2 &f1, const FPx2 &f2)
 
const FPx2 operator+ (const FPx2 &f1, const FPx2 &f2)
 
const FPx2 operator- (const FPx2 &f1, const FPx2 &f2)
 
const FPx2 operator* (const FPx2 &f, float fl)
 
const FPx2 operator* (float fl, const FPx2 &f)
 
const FPx2 operator- (const FPx2 &f)
 
const FPx2 operator/ (const FPx2 &f, float fl)
 

Detailed Description

Definition at line 23 of file animationeffect.h.

Constructor & Destructor Documentation

◆ FPx2() [1/8]

KWin::FPx2::FPx2 ( )
inline

Definition at line 26 of file animationeffect.h.

◆ FPx2() [2/8]

KWin::FPx2::FPx2 ( float v)
inlineexplicit

Definition at line 31 of file animationeffect.h.

◆ FPx2() [3/8]

KWin::FPx2::FPx2 ( float v1,
float v2 )
inline

Definition at line 36 of file animationeffect.h.

◆ FPx2() [4/8]

KWin::FPx2::FPx2 ( const FPx2 & other)
inline

Definition at line 42 of file animationeffect.h.

◆ FPx2() [5/8]

KWin::FPx2::FPx2 ( const QPoint & other)
inlineexplicit

Definition at line 48 of file animationeffect.h.

◆ FPx2() [6/8]

KWin::FPx2::FPx2 ( const QPointF & other)
inlineexplicit

Definition at line 54 of file animationeffect.h.

◆ FPx2() [7/8]

KWin::FPx2::FPx2 ( const QSize & other)
inlineexplicit

Definition at line 60 of file animationeffect.h.

◆ FPx2() [8/8]

KWin::FPx2::FPx2 ( const QSizeF & other)
inlineexplicit

Definition at line 66 of file animationeffect.h.

Member Function Documentation

◆ invalidate()

void KWin::FPx2::invalidate ( )
inline

Definition at line 72 of file animationeffect.h.

◆ isValid()

bool KWin::FPx2::isValid ( ) const
inline

Definition at line 76 of file animationeffect.h.

◆ operator*=()

FPx2 & KWin::FPx2::operator*= ( float fl)
inline

Definition at line 114 of file animationeffect.h.

◆ operator+=()

FPx2 & KWin::FPx2::operator+= ( const FPx2 & other)
inline

Definition at line 102 of file animationeffect.h.

◆ operator-=()

FPx2 & KWin::FPx2::operator-= ( const FPx2 & other)
inline

Definition at line 108 of file animationeffect.h.

◆ operator/=()

FPx2 & KWin::FPx2::operator/= ( float fl)
inline

Definition at line 120 of file animationeffect.h.

◆ operator=()

FPx2 & KWin::FPx2::operator= ( const FPx2 & other)
inline

Definition at line 95 of file animationeffect.h.

◆ operator[]()

float KWin::FPx2::operator[] ( int n) const
inline

Definition at line 80 of file animationeffect.h.

◆ set() [1/2]

void KWin::FPx2::set ( float v)
inline

Definition at line 160 of file animationeffect.h.

◆ set() [2/2]

void KWin::FPx2::set ( float v1,
float v2 )
inline

Definition at line 165 of file animationeffect.h.

◆ toString()

QString KWin::FPx2::toString ( ) const
inline

Definition at line 84 of file animationeffect.h.

Friends And Related Symbol Documentation

◆ operator!=

bool operator!= ( const FPx2 & f1,
const FPx2 & f2 )
friend

Definition at line 131 of file animationeffect.h.

◆ operator* [1/2]

const FPx2 operator* ( const FPx2 & f,
float fl )
friend

Definition at line 143 of file animationeffect.h.

◆ operator* [2/2]

const FPx2 operator* ( float fl,
const FPx2 & f )
friend

Definition at line 147 of file animationeffect.h.

◆ operator+

const FPx2 operator+ ( const FPx2 & f1,
const FPx2 & f2 )
friend

Definition at line 135 of file animationeffect.h.

◆ operator- [1/2]

const FPx2 operator- ( const FPx2 & f)
friend

Definition at line 151 of file animationeffect.h.

◆ operator- [2/2]

const FPx2 operator- ( const FPx2 & f1,
const FPx2 & f2 )
friend

Definition at line 139 of file animationeffect.h.

◆ operator/

const FPx2 operator/ ( const FPx2 & f,
float fl )
friend

Definition at line 155 of file animationeffect.h.

◆ operator==

bool operator== ( const FPx2 & f1,
const FPx2 & f2 )
friend

Definition at line 127 of file animationeffect.h.


The documentation for this class was generated from the following file: