txtattr.cpp File Reference

(r1785/r1568)

#include "camtypes.h"
#include "nodetxts.h"
#include "fontman.h"
#include "nodetext.h"
#include "cxftext.h"

Go to the source code of this file.

Defines

#define new   CAM_DEBUG_NEW

Functions

 DECLARE_SOURCE ("$Revision: 1568 $")
BOOL operator== (const TxtTabStop &t1, const TxtTabStop &t2)
 Comparison operator.
BOOL operator!= (const TxtTabStop &t1, const TxtTabStop &t2)
 Comparison operator.


Define Documentation

#define new   CAM_DEBUG_NEW
 

Definition at line 191 of file txtattr.cpp.


Function Documentation

DECLARE_SOURCE "$Revision: 1568 $"   ) 
 

BOOL operator!= const TxtTabStop t1,
const TxtTabStop t2
 

Comparison operator.

Author:
Martin Wuerthner <xara@mw-software.com>
Date:
14/6/06
Parameters:
t1,t2 - the two tab stops to be compared [INPUTS]
Returns:
Usual semantics for inequality.

Definition at line 3356 of file txtattr.cpp.

03357 {
03358     return !(t1 == t2);
03359 }

BOOL operator== const TxtTabStop t1,
const TxtTabStop t2
 

Comparison operator.

Author:
Martin Wuerthner <xara@mw-software.com>
Date:
14/6/06
Parameters:
t1,t2 - the two tab stops to be compared [INPUTS]
Returns:
Usual semantics for equality.

Definition at line 3337 of file txtattr.cpp.

03338 {
03339     return t1.GetType() == t2.GetType() && t1.GetPosition() == t2.GetPosition()
03340         && t1.GetDecimalPointChar() == t2.GetDecimalPointChar()
03341         && t1.GetTabFillerChar() == t2.GetTabFillerChar();
03342 }


Generated on Sat Nov 10 03:49:22 2007 for Camelot by  doxygen 1.4.4