#include <nsContainerFrame.h>
Inheritance diagram for nsContainerFrame:

Definition at line 53 of file nsContainerFrame.h.
|
|
|
|
|
|
|
||||||||||||||||||||||||
|
Reimplemented in nsSVGGenericContainerFrame, nsSVGGFrame, nsSVGOuterSVGFrame, nsSVGTextFrame, and nsSVGTSpanFrame. |
|
||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||||
|
|
|
|
|
|
||||||||||||||||||||||||
|
Reimplemented in nsSVGOuterSVGFrame. |
|
||||||||||||||||||||
|
Reimplemented in nsSVGOuterSVGFrame. |
|
||||||||||||||||||||||||
|
Reimplemented in nsSVGGenericContainerFrame, nsSVGGFrame, nsSVGOuterSVGFrame, nsSVGTextFrame, and nsSVGTSpanFrame. |
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
Definition at line 95 of file nsContainerFrame.h. |
|
||||||||||||
|
|
|
||||||||||||||||||||||||
|
|
|
||||||||||||||||||||||||
|
|
|
||||||||||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||||||||||||||||||||||||||||
|
Invokes the WillReflow() function, positions the frame and its view (if requested), and then calls Reflow(). If the reflow succeeds and the child frame is complete, deletes any next-in-flows using DeleteNextInFlowChild() Flags: NS_FRAME_NO_MOVE_VIEW - don't position the frame's view. Set this if you don't want to automatically sync the frame and view NS_FRAME_NO_MOVE_VIEW - don't move the frame. aX and aY are ignored in this case. Also implies NS_FRAME_NO_MOVE_VIEW |
|
||||||||||||||||||||||||||||||||
|
The second half of frame reflow. Does the following:
Flags: NS_FRAME_NO_MOVE_FRAME - don't move the frame. aX and aY are ignored in this case. Also implies NS_FRAME_NO_MOVE_VIEW NS_FRAME_NO_MOVE_VIEW - don't position the frame's view. Set this if you don't want to automatically sync the frame and view NS_FRAME_NO_SIZE_VIEW - don't size the frame's view |
|
||||||||||||
|
|
|
||||||||||||||||||||||||||||
|
|
|
||||||||||||||||||||||||
|
|
|
||||||||||||||||||||||||||||
|
|
|
||||||||||||
|
Get the frames on the overflow list |
|
||||||||||||
|
Set the overflow list |
|
|
Moves any frames on both the prev-in-flow's overflow list and the receiver's overflow to the receiver's child list. Resets the overlist pointers to nsnull, and updates the receiver's child count and content mapping.
|
|
||||||||||||||||
|
Push aFromChild and its next siblings to the next-in-flow. Change the geometric parent of each frame that's pushed. If there is no next-in-flow the frames are placed on the overflow list (and the geometric parent is left unchanged). Updates the next-in-flow's child count. Does not update the pusher's child count.
|
|
|
Definition at line 258 of file nsContainerFrame.h. |
1.3