logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

QwtColumnRect - Directed rectangle representing bounding rectangle and orientation of a column.

Author

       Generated automatically by Doxygen for Qwt User's Guide from the source code.

Version 6.1.4                                    Wed Jan 2 2019                                 QwtColumnRect(3)

Detailed Description

       Directed rectangle representing bounding rectangle and orientation of a column.

Member Enumeration Documentation

enumQwtColumnRect::Direction
       Direction of the column.

       EnumeratorLeftToRight
              From left to right.

       RightToLeft
              From right to left.

       BottomToTop
              From bottom to top.

       TopToBottom
              From top to bottom.

Member Function Documentation

Qt::OrientationQwtColumnRect::orientation()const[inline]Returns:
           Orientation

   QRectFQwtColumnRect::toRect()const[inline]Returns:
           A normalized QRect built from the intervals

Name

       QwtColumnRect - Directed rectangle representing bounding rectangle and orientation of a column.

Synopsis

       #include <qwt_column_symbol.h>

   PublicTypes
       enum Direction { LeftToRight, RightToLeft, BottomToTop, TopToBottom }
           Direction of the column.

   PublicMemberFunctionsQwtColumnRect ()
           Build an rectangle with invalid intervals directed BottomToTop.
       QRectF toRect () const
       Qt::Orientation orientation () const

   PublicAttributesQwtIntervalhInterval
           Interval for the horizontal coordinates.
       QwtIntervalvInterval
           Interval for the vertical coordinates.
       Directiondirection
           Direction.

See Also