MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / getMinExtent

Function getMinExtent

Engine/source/gui/core/guiControl.h:364–364  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

362 return retRect;
363 };
364 virtual Point2I getMinExtent() const { return mMinExtent; } ///< Returns minimum size the control can be
365 virtual void setMinExtent( const Point2I &newMinExtent ) { mMinExtent = newMinExtent; };
366 inline const S32 getLeft() const { return mBounds.point.x; } ///< Returns the X position of the control
367 inline const S32 getTop() const { return mBounds.point.y; } ///< Returns the Y position of the control

Callers 10

resizeMethod · 0.85
parentResizedMethod · 0.85
handleCollapseGroupMethod · 0.85
onMouseDraggedMethod · 0.85
parentResizedMethod · 0.85
getMinExtentMethod · 0.85
stackVerticalMethod · 0.85
stackHorizontalMethod · 0.85
getMinExtentMethod · 0.85
updateHeightMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected