Manpage logo

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

NAME  SYNOPSIS  Public Types  Public Member Functions  Public Attributes  Detailed Description  Member Enumeration Documentation  enum QwtColumnRect::Direction  Constructor & Destructor Documentation  QwtColumnRect::QwtColumnRect () [inline]  Member Function Documentation  Qt::Orientation QwtColumnRect::orientation () const [inline]  QRectF QwtColumnRect::toRect () const  Member Data Documentation  Direction QwtColumnRect::direction  QwtInterval QwtColumnRect::hInterval  QwtInterval QwtColumnRect::vInterval  Author 

NAME

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

SYNOPSIS

#include <qwt_column_symbol.h>

Public Types

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

Public Member Functions

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

Public Attributes

QwtInterval hInterval
Interval for the horizontal coordinates.
QwtInterval vInterval

Interval for the vertical coordinates.
Direction direction
Direction
.

Detailed Description

Directed rectangle representing bounding rectangle and orientation of a column.

Definition at line 26 of file qwt_column_symbol.h.

Member Enumeration Documentation

enum QwtColumnRect::Direction

Direction of the column.

Enumerator
LeftToRight

From left to right.

RightToLeft

From right to left.

BottomToTop

From bottom to top.

TopToBottom

From top to bottom.

Definition at line 30 of file qwt_column_symbol.h.

Constructor & Destructor Documentation

QwtColumnRect::QwtColumnRect () [inline]

Build an rectangle with invalid intervals directed BottomToTop.

Definition at line 46 of file qwt_column_symbol.h.

Member Function Documentation

Qt::Orientation QwtColumnRect::orientation () const [inline]

Returns

Orientation

Definition at line 55 of file qwt_column_symbol.h.

QRectF QwtColumnRect::toRect () const

Returns

A normalized QRect built from the intervals

Definition at line 296 of file qwt_column_symbol.cpp.

Member Data Documentation

Direction QwtColumnRect::direction

Direction.

Definition at line 70 of file qwt_column_symbol.h.

QwtInterval QwtColumnRect::hInterval

Interval for the horizontal coordinates.

Definition at line 64 of file qwt_column_symbol.h.

QwtInterval QwtColumnRect::vInterval

Interval for the vertical coordinates.

Definition at line 67 of file qwt_column_symbol.h.

Author

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


Updated 2026-06-01 - jenkler.se | uex.se