Qt 4.8
Classes | Functions
qdeclarativeanchors_p_p.h File Reference
#include "private/qdeclarativeanchors_p.h"
#include "private/qdeclarativeitemchangelistener_p.h"
#include <private/qobject_p.h>

Go to the source code of this file.

Classes

class  QDeclarativeAnchorLine
 
class  QDeclarativeAnchorsPrivate
 

Functions

bool operator== (const QDeclarativeAnchorLine &a, const QDeclarativeAnchorLine &b)
 

Function Documentation

◆ operator==()

bool operator== ( const QDeclarativeAnchorLine a,
const QDeclarativeAnchorLine b 
)
inline

Definition at line 84 of file qdeclarativeanchors_p_p.h.

85 {
86  return a.item == b.item && a.anchorLine == b.anchorLine;
87 }