WobbleFlags Class Reference

Used to determin what to wobble when recalculating curve control points during a drag. The flags affect which handles around a curve endpoint are repositioned. More...

#include <penedit.h>

List of all members.

Public Member Functions

 WobbleFlags (BOOL pSister=FALSE, BOOL pBrother=TRUE, BOOL nBrother=FALSE, BOOL nSister=FALSE)

Public Attributes

BYTE PrevSister: 1
BYTE PrevBrother: 1
BYTE NextBrother: 1
BYTE NextSister: 1


Detailed Description

Used to determin what to wobble when recalculating curve control points during a drag. The flags affect which handles around a curve endpoint are repositioned.

Author:
Mike_Kenny (Xara Group Ltd) <camelotdev@xara.com>
Date:
5/10/94

Definition at line 177 of file penedit.h.


Constructor & Destructor Documentation

WobbleFlags::WobbleFlags BOOL  pSister = FALSE,
BOOL  pBrother = TRUE,
BOOL  nBrother = FALSE,
BOOL  nSister = FALSE
 

Definition at line 186 of file penedit.cpp.

00190 {
00191     // Set up some flags for wobbling a curves control points correctly
00192     PrevSister  = pSister;
00193     PrevBrother = pBrother;
00194     NextBrother = nBrother;
00195     NextSister  = nSister;
00196 };


Member Data Documentation

BYTE WobbleFlags::NextBrother
 

Definition at line 187 of file penedit.h.

BYTE WobbleFlags::NextSister
 

Definition at line 188 of file penedit.h.

BYTE WobbleFlags::PrevBrother
 

Definition at line 186 of file penedit.h.

BYTE WobbleFlags::PrevSister
 

Definition at line 185 of file penedit.h.


The documentation for this class was generated from the following files:
Generated on Sat Nov 10 04:03:11 2007 for Camelot by  doxygen 1.4.4