|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Point | |
---|---|
org.rococoa.cocoa.carboncore | |
org.rococoa.cocoa.hiservices | |
org.rococoa.cocoa.qd |
Uses of Point in org.rococoa.cocoa.carboncore |
---|
Subclasses of Point in org.rococoa.cocoa.carboncore | |
---|---|
static class |
Point.ByReference
|
static class |
Point.ByValue
|
Fields in org.rococoa.cocoa.carboncore declared as Point | |
---|---|
Point |
FInfo.fdLocation
File's location in folder. |
Point |
DInfo.frLocation
Folder's location in parent folder C type : Point |
Point |
DXInfo.frScroll
Scroll position C type : Point |
Point |
FolderInfo.location
Folder's location in the parent folder C type : Point |
Point |
FileInfo.location
File's location in the folder C type : Point |
Point |
ExtendedFolderInfo.scrollPosition
Scroll position (for icon views) C type : Point |
Methods in org.rococoa.cocoa.carboncore that return Point | |
---|---|
static Point[] |
Point.newArray(int arrayLength)
|
Constructors in org.rococoa.cocoa.carboncore with parameters of type Point | |
---|---|
DInfo(Rect frRect,
short frFlags,
Point frLocation,
short frView)
|
|
DXInfo(Point frScroll,
int frOpenChain,
byte frScript,
byte frXFlags,
short frComment,
int frPutAway)
|
|
ExtendedFolderInfo(Point scrollPosition,
int reserved1,
short extendedFinderFlags,
short reserved2,
int putAwayFolderID)
|
|
FileInfo(int fileType,
int fileCreator,
short finderFlags,
Point location,
short reservedField)
|
|
FInfo(int fdType,
int fdCreator,
short fdFlags,
Point fdLocation,
short fdFldr)
|
|
FolderInfo(Rect windowBounds,
short finderFlags,
Point location,
short reservedField)
|
Uses of Point in org.rococoa.cocoa.hiservices |
---|
Fields in org.rococoa.cocoa.hiservices declared as Point | |
---|---|
Point |
AppParameters.theMsgEvent_struct.where
|
Methods in org.rococoa.cocoa.hiservices with parameters of type Point | |
---|---|
boolean |
HIServicesLibrary.PtInIconRef(Point testPt,
Rect iconRect,
short align,
int theIconServicesUsageFlags,
HIServicesLibrary.OpaqueIconRef theIconRef)
PtInIconRef() *** DEPRECATED *** Mac OS X threading: Not thread safe Availability: Mac OS X: in version 10.0 and later in ApplicationServices.framework [32-bit only] but deprecated in 10.5 CarbonLib: in CarbonLib 1.0 and later Non-Carbon CFM: in IconServicesLib 8.5 and later Original signature : Boolean PtInIconRef(const Point*, const Rect*, IconAlignmentType, IconServicesUsageFlags, IconRef) native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/HIServices.framework/Headers/Icons.h:1183 |
Constructors in org.rococoa.cocoa.hiservices with parameters of type Point | |
---|---|
AppParameters.theMsgEvent_struct(short what,
int message,
int when,
Point where,
short modifiers)
|
Uses of Point in org.rococoa.cocoa.qd |
---|
Fields in org.rococoa.cocoa.qd declared as Point | |
---|---|
Point |
CCrsr.crsrHotSpot
cursor's hotspot C type : Point |
Point |
FMOutput.denom
|
Point |
FMInput.denom
|
Point |
CustomXFerRec.firstPixelHV
|
Point |
CursorInfo.hotspot
|
Point |
Cursor.hotSpot
|
Point |
WidthTable.inDenom
scale factors requested C type : Point |
Point |
WidthTable.inNumer
scale factors requested C type : Point |
Point |
DMComponentListEntryRec.itemSort
Set to 0 - future to sort the items in a sub group. |
Point |
FMOutput.numer
|
Point |
FMInput.numer
|
Point |
PrinterScalingStatus.oScalingFactors
|
Point |
PenState.pnLoc
|
Point |
PenState.pnSize
|
Point[] |
MacPolygon.polyPoints
|
Methods in org.rococoa.cocoa.qd that return Point | |
---|---|
Point |
QDLibrary.GetPortPenLocation(QDLibrary.OpaqueGrafPtr port,
Point penLocation)
GetPortPenLocation() *** DEPRECATED *** Mac OS X threading: Thread safe since version 10.0 Availability: Mac OS X: in version 10.0 and later in ApplicationServices.framework [32-bit only] but deprecated in 10.4 CarbonLib: in CarbonLib 1.0 and later Non-Carbon CFM: in CarbonAccessors.o 1.0 and later Original signature : Point* GetPortPenLocation(CGrafPtr, Point*) native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/QD.framework/Headers/QuickdrawAPI.h:4849 |
Point |
QDLibrary.GetPortPenSize(QDLibrary.OpaqueGrafPtr port,
Point penSize)
GetPortPenSize() *** DEPRECATED *** Mac OS X threading: Thread safe since version 10.0 Availability: Mac OS X: in version 10.0 and later in ApplicationServices.framework [32-bit only] but deprecated in 10.4 CarbonLib: in CarbonLib 1.0 and later Non-Carbon CFM: in CarbonAccessors.o 1.0 and later Original signature : Point* GetPortPenSize(CGrafPtr, Point*) native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/QD.framework/Headers/QuickdrawAPI.h:4817 |
Point |
QDLibrary.QDGlobalToLocalPoint(QDLibrary.OpaqueGrafPtr port,
Point point)
QDGlobalToLocalPoint() *** DEPRECATED *** Mac OS X threading: Not thread safe Availability: Mac OS X: in version 10.0 and later in ApplicationServices.framework [32-bit only] but deprecated in 10.4 CarbonLib: in CarbonLib 1.0 and later Non-Carbon CFM: not available Original signature : Point* QDGlobalToLocalPoint(CGrafPtr, Point*) native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/QD.framework/Headers/QuickdrawAPI.h:5643 |
Point |
QDLibrary.QDLocalToGlobalPoint(QDLibrary.OpaqueGrafPtr port,
Point point)
QDLocalToGlobalPoint() *** DEPRECATED *** Mac OS X threading: Not thread safe Availability: Mac OS X: in version 10.0 and later in ApplicationServices.framework [32-bit only] but deprecated in 10.4 CarbonLib: in CarbonLib 1.0 and later Non-Carbon CFM: not available Original signature : Point* QDLocalToGlobalPoint(CGrafPtr, Point*) native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/QD.framework/Headers/QuickdrawAPI.h:5626 |
Methods in org.rococoa.cocoa.qd with parameters of type Point | |
---|---|
void |
QDLibrary.AddPt(Point.ByValue src,
Point dst)
AddPt() Mac OS X threading: Not thread safe Availability: Mac OS X: in version 10.0 and later in ApplicationServices.framework CarbonLib: in CarbonLib 1.0 and later Non-Carbon CFM: not available Original signature : void AddPt(Point, Point*) native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/QD.framework/Headers/QuickdrawAPI.h:2612 |
int |
QDLibrary.deltapoint(Point ptA,
Point ptB)
deltapoint() *** DEPRECATED *** Mac OS X threading: Not thread safe Availability: Mac OS X: in version 10.0 and later in ApplicationServices.framework [32-bit only] but deprecated in 10.4 CarbonLib: in CarbonLib 1.0 and later Non-Carbon CFM: not available Original signature : deltapoint(Point*, Point*) native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/QD.framework/Headers/QuickdrawAPI.h:3975 |
void |
QDLibrary.GetPen(Point pt)
GetPen() *** DEPRECATED *** Mac OS X threading: Not thread safe Availability: Mac OS X: in version 10.0 and later in ApplicationServices.framework [32-bit only] but deprecated in 10.4 CarbonLib: in CarbonLib 1.0 and later Non-Carbon CFM: not available Original signature : void GetPen(Point*) native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/QD.framework/Headers/QuickdrawAPI.h:675 |
Point |
QDLibrary.GetPortPenLocation(QDLibrary.OpaqueGrafPtr port,
Point penLocation)
GetPortPenLocation() *** DEPRECATED *** Mac OS X threading: Thread safe since version 10.0 Availability: Mac OS X: in version 10.0 and later in ApplicationServices.framework [32-bit only] but deprecated in 10.4 CarbonLib: in CarbonLib 1.0 and later Non-Carbon CFM: in CarbonAccessors.o 1.0 and later Original signature : Point* GetPortPenLocation(CGrafPtr, Point*) native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/QD.framework/Headers/QuickdrawAPI.h:4849 |
Point |
QDLibrary.GetPortPenSize(QDLibrary.OpaqueGrafPtr port,
Point penSize)
GetPortPenSize() *** DEPRECATED *** Mac OS X threading: Thread safe since version 10.0 Availability: Mac OS X: in version 10.0 and later in ApplicationServices.framework [32-bit only] but deprecated in 10.4 CarbonLib: in CarbonLib 1.0 and later Non-Carbon CFM: in CarbonAccessors.o 1.0 and later Original signature : Point* GetPortPenSize(CGrafPtr, Point*) native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/QD.framework/Headers/QuickdrawAPI.h:4817 |
void |
QDLibrary.GlobalToLocal(Point pt)
GlobalToLocal() *** DEPRECATED *** Mac OS X threading: Not thread safe Availability: Mac OS X: in version 10.0 and later in ApplicationServices.framework [32-bit only] but deprecated in 10.4 CarbonLib: in CarbonLib 1.0 and later Non-Carbon CFM: not available Original signature : void GlobalToLocal(Point*) native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/QD.framework/Headers/QuickdrawAPI.h:2237 |
void |
QDLibrary.LocalToGlobal(Point pt)
LocalToGlobal() *** DEPRECATED *** Mac OS X threading: Not thread safe Availability: Mac OS X: in version 10.0 and later in ApplicationServices.framework [32-bit only] but deprecated in 10.4 CarbonLib: in CarbonLib 1.0 and later Non-Carbon CFM: not available Original signature : void LocalToGlobal(Point*) native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/QD.framework/Headers/QuickdrawAPI.h:2222 |
void |
QDLibrary.MapPt(Point pt,
Rect srcRect,
Rect dstRect)
MapPt() Mac OS X threading: Not thread safe Availability: Mac OS X: in version 10.0 and later in ApplicationServices.framework CarbonLib: in CarbonLib 1.0 and later Non-Carbon CFM: not available Original signature : void MapPt(Point*, const Rect*, const Rect*) native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/QD.framework/Headers/QuickdrawAPI.h:2325 |
void |
QDLibrary.QDGetPatternOrigin(Point origin)
QDGetPatternOrigin() *** DEPRECATED *** Summary: Returns the pattern origin of the current port. |
Point |
QDLibrary.QDGlobalToLocalPoint(QDLibrary.OpaqueGrafPtr port,
Point point)
QDGlobalToLocalPoint() *** DEPRECATED *** Mac OS X threading: Not thread safe Availability: Mac OS X: in version 10.0 and later in ApplicationServices.framework [32-bit only] but deprecated in 10.4 CarbonLib: in CarbonLib 1.0 and later Non-Carbon CFM: not available Original signature : Point* QDGlobalToLocalPoint(CGrafPtr, Point*) native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/QD.framework/Headers/QuickdrawAPI.h:5643 |
Point |
QDLibrary.QDLocalToGlobalPoint(QDLibrary.OpaqueGrafPtr port,
Point point)
QDLocalToGlobalPoint() *** DEPRECATED *** Mac OS X threading: Not thread safe Availability: Mac OS X: in version 10.0 and later in ApplicationServices.framework [32-bit only] but deprecated in 10.4 CarbonLib: in CarbonLib 1.0 and later Non-Carbon CFM: not available Original signature : Point* QDLocalToGlobalPoint(CGrafPtr, Point*) native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/QD.framework/Headers/QuickdrawAPI.h:5626 |
void |
QDLibrary.ScalePt(Point pt,
Rect srcRect,
Rect dstRect)
ScalePt() Mac OS X threading: Not thread safe Availability: Mac OS X: in version 10.0 and later in ApplicationServices.framework CarbonLib: in CarbonLib 1.0 and later Non-Carbon CFM: not available Original signature : void ScalePt(Point*, const Rect*, const Rect*) native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/QD.framework/Headers/QuickdrawAPI.h:2307 |
void |
QDLibrary.SetPt(Point pt,
short h,
short v)
SetPt() Mac OS X threading: Not thread safe Availability: Mac OS X: in version 10.0 and later in ApplicationServices.framework CarbonLib: in CarbonLib 1.0 and later Non-Carbon CFM: not available Original signature : void SetPt(Point*, short, short) native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/QD.framework/Headers/QuickdrawAPI.h:2203 |
void |
QDLibrary.stdtext(short count,
Pointer textAddr,
Point numer,
Point denom)
stdtext() *** DEPRECATED *** Availability: Mac OS X: in version 10.0 and later in ApplicationServices.framework [32-bit only] but deprecated in 10.4 CarbonLib: in CarbonLib 1.0 and later Non-Carbon CFM: in InterfaceLib 7.1 and later Original signature : void stdtext(short, const void*, const Point*, const Point*) native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/QD.framework/Headers/QuickdrawText.h:682 |
int |
QDLibrary.StdTxMeas(short byteCount,
Pointer textAddr,
Point numer,
Point denom,
FontInfo info)
StdTxMeas() *** DEPRECATED *** Availability: Mac OS X: in version 10.0 and later in ApplicationServices.framework [32-bit only] but deprecated in 10.4 CarbonLib: in CarbonLib 1.0 and later Non-Carbon CFM: in InterfaceLib 7.1 and later Original signature : StdTxMeas(short, const void*, Point*, Point*, FontInfo*) native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/QD.framework/Headers/QuickdrawText.h:591 |
void |
QDLibrary.SubPt(Point.ByValue src,
Point dst)
SubPt() Mac OS X threading: Not thread safe Availability: Mac OS X: in version 10.0 and later in ApplicationServices.framework CarbonLib: in CarbonLib 1.0 and later Non-Carbon CFM: not available Original signature : void SubPt(Point, Point*) native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/QD.framework/Headers/QuickdrawAPI.h:2702 |
Constructors in org.rococoa.cocoa.qd with parameters of type Point | |
---|---|
Cursor(short[] data,
short[] mask,
Point hotSpot)
|
|
CursorInfo(NativeLong version,
NativeLong capabilities,
NativeLong animateDuration,
Rect bounds,
Point hotspot,
NativeLong reserved)
|
|
CustomXFerRec(int version,
Pointer srcPixels,
Pointer destPixels,
Pointer resultPixels,
int refCon,
int pixelSize,
int pixelCount,
Point firstPixelHV,
Rect destBounds)
|
|
FMInput(short family,
short size,
byte face,
boolean needBits,
short device,
Point numer,
Point denom)
|
|
MacPolygon(short polySize,
Rect polyBBox,
Point[] polyPoints)
|
|
PenState(Point pnLoc,
Point pnSize,
short pnMode,
Pattern pnPat)
|
|
PrinterScalingStatus(Point oScalingFactors)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |