Authors
- Generated by buildd
-
- Declared in:
- GormCore/GormPlacementInfo.h
Description forthcoming.
Instance Variables
Method summary
- (int)
distanceToFrame: (NSRect)frame;
Description forthcoming.
- (float)
end;
Description forthcoming.
- (NSRect)
frame;
Description forthcoming.
- (id)
initWithBorder: (
GormHintBorder)border
position: (float)position
validityStart: (float)start
validityEnd: (float)end
frame: (NSRect)frame;
Description forthcoming.
- (float)
position;
Description forthcoming.
- (NSRect)
rectWithHalfDistance: (int)halfDistance;
Description forthcoming.
- (float)
start;
Description forthcoming.
Instance Variables for GormPlacementHint Class
@protected GormHintBorder _border;
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected float _end;
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected NSRect _frame;
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected float _position;
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected float _start;
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
- Declared in:
- GormCore/GormPlacementInfo.h
Description forthcoming.
Instance Variables
Instance Variables for GormPlacementInfo Class
@public NSMutableArray* bottomHints;
Description forthcoming.
@public BOOL firstPass;
Description forthcoming.
@public NSRect hintFrame;
Description forthcoming.
@public BOOL hintInitialized;
Description forthcoming.
@public IBKnobPosition knob;
Description forthcoming.
@public NSRect lastBottomRect;
Description forthcoming.
@public NSRect lastFrame;
Description forthcoming.
@public NSRect lastLeftRect;
Description forthcoming.
@public NSRect lastRightRect;
Description forthcoming.
@public NSRect lastTopRect;
Description forthcoming.
@public NSMutableArray* leftHints;
Description forthcoming.
@public NSRect oldRect;
Description forthcoming.
@public NSView* resizingIn;
Description forthcoming.
@public NSMutableArray* rightHints;
Description forthcoming.
@public NSMutableArray* topHints;
Description forthcoming.
typedef enum _GormHintBorder GormHintBorder;
Description forthcoming.