/************************************************************************
 * This file has been generated automatically from                      *
 *                                                                      *
 * src/core/composer/qgscomposertablev2.h                               *
 *                                                                      *
 * Do not edit manually ! Edit header and run scripts/sipify.pl again   *
 ************************************************************************/





typedef QList< QVariant > QgsComposerTableRow;

typedef QList< QList< QVariant > > QgsComposerTableContents;


typedef QList<QgsComposerTableColumn *> QgsComposerTableColumns;



class QgsComposerTableStyle
{
%Docstring
 Styling option for a composer table cell

.. versionadded:: 2.12
%End

%TypeHeaderCode
#include "qgscomposertablev2.h"
%End
  public:

    QgsComposerTableStyle();

    bool enabled;
%Docstring
Whether the styling option is enabled
%End

    QColor cellBackgroundColor;
%Docstring
Cell background color
%End

    bool writeXml( QDomElement &styleElem, QDomDocument &doc ) const;
%Docstring
Writes the style's properties to XML for storage.

:param styleElem: an existing QDomElement in which to store the style's properties.
:param doc: QDomDocument for the destination XML.

.. seealso:: :py:func:`readXml`
%End

    bool readXml( const QDomElement &styleElem );
%Docstring
Reads the style's properties from XML.

:param styleElem: a QDomElement holding the style's desired properties.

.. seealso:: :py:func:`writeXml`
%End

};

class QgsComposerTableV2: QgsComposerMultiFrame
{
%Docstring
A class to display a table in the print composer, and allow
the table to span over multiple frames

.. versionadded:: 2.5
%End

%TypeHeaderCode
#include "qgscomposertablev2.h"
%End
  public:

    enum HeaderHAlignment
    {
      FollowColumn,
      HeaderLeft,
      HeaderCenter,
      HeaderRight
    };

    enum HeaderMode
    {
      FirstFrame,
      AllFrames,
      NoHeaders
    };

    enum EmptyTableMode
    {
      HeadersOnly,
      HideTable,
      ShowMessage
    };

    enum WrapBehavior
    {
      TruncateText,
      WrapText
    };

    enum CellStyleGroup
    {
      OddColumns,
      EvenColumns,
      OddRows,
      EvenRows,
      FirstColumn,
      LastColumn,
      HeaderRow,
      FirstRow,
      LastRow
    };

    QgsComposerTableV2( QgsComposition *composition /TransferThis/, bool createUndoCommands );
    QgsComposerTableV2();

    ~QgsComposerTableV2();

    void setCellMargin( const double margin );
%Docstring
Sets the margin distance between cell borders and their contents.

:param margin: margin for cell contents

.. seealso:: :py:func:`cellMargin`
%End

    double cellMargin() const;
%Docstring
Returns the margin distance between cell borders and their contents.

:return: margin for cell contents

.. seealso:: :py:func:`setCellMargin`
%End

    void setEmptyTableBehavior( const EmptyTableMode mode );
%Docstring
Sets the behavior for empty tables with no content rows.

:param mode: behavior mode for empty tables

.. seealso:: :py:func:`emptyTableBehavior`
%End

    EmptyTableMode emptyTableBehavior() const;
%Docstring
Returns the behavior mode for empty tables. This property controls
how the table is drawn if it contains no content rows.

:return: behavior mode for empty tables

.. seealso:: :py:func:`setEmptyTableBehavior`
%End

    void setEmptyTableMessage( const QString &message );
%Docstring
Sets the message for empty tables with no content rows. This message
is displayed in the table body if the empty table behavior is
set to ShowMessage

:param message: message to show for empty tables

.. seealso:: :py:func:`emptyTableMessage`

.. seealso:: :py:func:`setEmptyTableBehavior`
%End

    QString emptyTableMessage() const;
%Docstring
Returns the message for empty tables with no content rows. This message
is displayed in the table body if the empty table behavior is
set to ShowMessage

:return: message to show for empty tables

.. seealso:: :py:func:`setEmptyTableMessage`

.. seealso:: :py:func:`emptyTableBehavior`
%End

    void setShowEmptyRows( const bool showEmpty );
%Docstring
Sets whether empty rows should be drawn. Tables default to hiding empty rows.

:param showEmpty: set to true to show empty rows in the table

.. seealso:: :py:func:`showEmptyRows`
%End

    bool showEmptyRows() const;
%Docstring
Returns whether empty rows are drawn in the table

:return: true if empty rows are drawn

.. seealso:: :py:func:`setShowEmptyRows`
%End

    void setHeaderFont( const QFont &font );
%Docstring
Sets the font used to draw header text in the table.

:param font: font for header cells

.. seealso:: :py:func:`headerFont`

.. seealso:: :py:func:`setContentFont`
%End

    QFont headerFont() const;
%Docstring
Returns the font used to draw header text in the table.

:return: font for header cells

.. seealso:: :py:func:`setHeaderFont`

.. seealso:: :py:func:`contentFont`
%End

    void setHeaderFontColor( const QColor &color );
%Docstring
Sets the color used to draw header text in the table.

:param color: header text color

.. seealso:: :py:func:`headerFontColor`

.. seealso:: :py:func:`setHeaderFont`

.. seealso:: :py:func:`setContentFontColor`
%End

    QColor headerFontColor() const;
%Docstring
Returns the color used to draw header text in the table.

:return: color for header text

.. seealso:: :py:func:`setHeaderFontColor`

.. seealso:: :py:func:`headerFont`

.. seealso:: :py:func:`contentFontColor`
%End

    void setHeaderHAlignment( const HeaderHAlignment alignment );
%Docstring
Sets the horizontal alignment for table headers

:param alignment: Horizontal alignment for table header cells

.. seealso:: :py:func:`headerHAlignment`
%End

    HeaderHAlignment headerHAlignment() const;
%Docstring
Returns the horizontal alignment for table headers

:return: Horizontal alignment for table header cells

.. seealso:: :py:func:`setHeaderHAlignment`
%End

    void setHeaderMode( const HeaderMode mode );
%Docstring
Sets the display mode for headers in the table. This property controls
if and where headers are shown in the table.

:param mode: display mode for headers

.. seealso:: :py:func:`headerMode`
%End

    HeaderMode headerMode() const;
%Docstring
Returns the display mode for headers in the table. This property controls
if and where headers are shown in the table.

:return: display mode for headers

.. seealso:: :py:func:`setHeaderMode`
%End

    void setContentFont( const QFont &font );
%Docstring
Sets the font used to draw text in table body cells.

:param font: font for table cells

.. seealso:: :py:func:`contentFont`

.. seealso:: :py:func:`setHeaderFont`
%End

    QFont contentFont() const;
%Docstring
Returns the font used to draw text in table body cells.

:return: font for table cells

.. seealso:: :py:func:`setContentFont`

.. seealso:: :py:func:`headerFont`
%End

    void setContentFontColor( const QColor &color );
%Docstring
Sets the color used to draw text in table body cells.

:param color: table cell text color

.. seealso:: :py:func:`contentFontColor`

.. seealso:: :py:func:`setContentFont`

.. seealso:: :py:func:`setHeaderFontColor`
%End

    QColor contentFontColor() const;
%Docstring
Returns the color used to draw text in table body cells.

:return: text color for table cells

.. seealso:: :py:func:`setContentFontColor`

.. seealso:: :py:func:`contentFont`

.. seealso:: :py:func:`headerFontColor`
%End

    void setShowGrid( const bool showGrid );
%Docstring
Sets whether grid lines should be drawn in the table

:param showGrid: set to true to show grid lines

.. seealso:: :py:func:`showGrid`

.. seealso:: :py:func:`setGridStrokeWidth`

.. seealso:: :py:func:`setGridColor`
%End

    bool showGrid() const;
%Docstring
Returns whether grid lines are drawn in the table

:return: true if grid lines are shown

.. seealso:: :py:func:`setShowGrid`

.. seealso:: :py:func:`gridStrokeWidth`

.. seealso:: :py:func:`gridColor`
%End

    void setGridStrokeWidth( const double width );
%Docstring
Sets the width for grid lines in the table.

:param width: grid line width

.. seealso:: :py:func:`gridStrokeWidth`

.. seealso:: :py:func:`setShowGrid`

.. seealso:: :py:func:`setGridColor`
%End

    double gridStrokeWidth() const;
%Docstring
Returns the width of grid lines in the table.

:return: grid line width

.. seealso:: :py:func:`setGridStrokeWidth`

.. seealso:: :py:func:`showGrid`

.. seealso:: :py:func:`gridColor`
%End

    void setGridColor( const QColor &color );
%Docstring
Sets color used for grid lines in the table.

:param color: grid line color

.. seealso:: :py:func:`gridColor`

.. seealso:: :py:func:`setShowGrid`

.. seealso:: :py:func:`setGridStrokeWidth`
%End

    QColor gridColor() const;
%Docstring
Returns the color used for grid lines in the table.

:return: grid line color

.. seealso:: :py:func:`setGridColor`

.. seealso:: :py:func:`showGrid`

.. seealso:: :py:func:`gridStrokeWidth`
%End

    void setHorizontalGrid( const bool horizontalGrid );
%Docstring
Sets whether the grid's horizontal lines should be drawn in the table

:param horizontalGrid: set to true to draw grid's horizontal lines

.. seealso:: :py:func:`setShowGrid`

.. seealso:: :py:func:`setGridStrokeWidth`

.. seealso:: :py:func:`setGridColor`

.. seealso:: :py:func:`setVerticalGrid`

.. versionadded:: 3.0
%End

    bool horizontalGrid() const;
%Docstring
Returns whether the grid's horizontal lines are drawn in the table

:return: true if grid's horizontal lines are drawn

.. seealso:: :py:func:`setShowGrid`

.. seealso:: :py:func:`setGridStrokeWidth`

.. seealso:: :py:func:`setGridColor`

.. seealso:: :py:func:`setVerticalGrid`

.. versionadded:: 3.0
%End

    void setVerticalGrid( const bool verticalGrid );
%Docstring
Sets whether the grid's vertical lines should be drawn in the table

:param verticalGrid: set to true to draw grid's vertical lines

.. seealso:: :py:func:`setShowGrid`

.. seealso:: :py:func:`setGridStrokeWidth`

.. seealso:: :py:func:`setGridColor`

.. seealso:: :py:func:`setHorizontalGrid`

.. versionadded:: 3.0
%End

    bool verticalGrid() const;
%Docstring
Returns whether the grid's vertical lines are drawn in the table

:return: true if grid's vertical lines are drawn

.. seealso:: :py:func:`setShowGrid`

.. seealso:: :py:func:`setGridStrokeWidth`

.. seealso:: :py:func:`setGridColor`

.. seealso:: :py:func:`setHorizontalGrid`

.. versionadded:: 3.0
%End

    void setBackgroundColor( const QColor &color );
%Docstring
Sets color used for background of table.

:param color: table background color

.. seealso:: :py:func:`backgroundColor`

.. seealso:: :py:func:`setGridColor`
%End

    QColor backgroundColor() const;
%Docstring
Returns the color used for the background of the table.

:return: table background color

.. seealso:: :py:func:`setBackgroundColor`

.. seealso:: :py:func:`gridColor`
%End

    void setWrapBehavior( WrapBehavior behavior );
%Docstring
Sets the wrap behavior for the table, which controls how text within cells is
automatically wrapped.

:param behavior: wrap behavior

.. seealso:: :py:func:`wrapBehavior`

.. versionadded:: 2.12
%End

    WrapBehavior wrapBehavior() const;
%Docstring
Returns the wrap behavior for the table, which controls how text within cells is
automatically wrapped.

:return: current wrap behavior

.. seealso:: :py:func:`setWrapBehavior`

.. versionadded:: 2.12
%End

    QgsComposerTableColumns *columns();
%Docstring
Returns a pointer to the list of QgsComposerTableColumns shown in the table

:return: pointer to list of columns in table

.. seealso:: :py:func:`setColumns`
%End

    void setColumns( const QgsComposerTableColumns &columns /Transfer/ );
%Docstring
Replaces the columns in the table with a specified list of :py:class:`QgsComposerTableColumns`.

:param columns: list of QgsComposerTableColumns to show in table. Ownership of columns
is transferred to the table.

.. seealso:: :py:func:`columns`
%End

    void setCellStyle( CellStyleGroup group, const QgsComposerTableStyle &style );
%Docstring
Sets the cell style for a cell group.

:param group: group to set style for
:param style: new cell style

.. seealso:: :py:func:`cellStyle()`

.. versionadded:: 2.12
%End

    const QgsComposerTableStyle *cellStyle( CellStyleGroup group ) const;
%Docstring
Returns the cell style for a cell group.

:param group: group to retrieve style for

.. seealso:: :py:func:`setCellStyle()`

.. versionadded:: 2.12
%End


    virtual bool getTableContents( QgsComposerTableContents &contents ) = 0;
%Docstring
Fetches the contents used for the cells in the table.

:return: true if table contents were successfully retrieved.

:param contents: QgsComposerTableContents to store retrieved row data in
%End

    QgsComposerTableContents *contents();
%Docstring
Returns the current contents of the table. Excludes header cells.

:return: table contents
%End

    virtual QSizeF fixedFrameSize( const int frameIndex = -1 ) const;


    virtual QSizeF minFrameSize( const int frameIndex = -1 ) const;


    virtual bool writeXml( QDomElement &elem, QDomDocument &doc, bool ignoreFrames = false ) const;

    virtual bool readXml( const QDomElement &itemElem, const QDomDocument &doc, bool ignoreFrames = false );

    virtual QSizeF totalSize() const;

    virtual void render( QPainter *p, const QRectF &renderExtent, const int frameIndex );


  public slots:

    virtual void refreshAttributes();
%Docstring
Refreshes the contents shown in the table by querying for new data.
This also causes the column widths and size of the table to change to accommodate the
new data.

.. seealso:: :py:func:`adjustFrameToSize`
%End

    virtual void recalculateFrameSizes();


  protected:























    virtual bool calculateMaxColumnWidths();
%Docstring
Calculates the maximum width of text shown in columns.
%End

    virtual bool calculateMaxRowHeights();
%Docstring
Calculates the maximum height of text shown in rows.

.. versionadded:: 2.12
%End

    double totalWidth();

    double totalHeight();

    int rowsVisible( double frameHeight, int firstRow, bool includeHeader, bool includeEmptyRows ) const;
%Docstring
Calculates how many content rows would be visible within a frame of the specified
height.

:param frameHeight: height of frame
:param firstRow: index of first row visible in frame (where 0 = first row in table)
:param includeHeader: set to true if frame would include a header row
:param includeEmptyRows: set to true to also include rows which would be empty in the returned count. For instance,
if the frame would include all table content rows and have space left for extra rows then setting this parameter
to true would also include a count of these extra blank rows.

:return: number of visible content rows (excluding header row)

.. versionadded:: 2.12
%End

    int rowsVisible( int frameIndex, int firstRow, bool includeEmptyRows ) const;
%Docstring
Calculates how many content rows are visible within a given frame.

:param frameIndex: index number for frame
:param firstRow: index of first row visible in frame (where 0 = first row in table)
:param includeEmptyRows: set to true to also include rows which would be empty in the returned count. For instance,
if the frame would include all table content rows and have space left for extra rows then setting this parameter
to true would also include a count of these extra blank rows.

:return: number of visible content rows (excludes header rows)

.. versionadded:: 2.12
%End

    QPair<int, int> rowRange( const int frameIndex ) const;
%Docstring
Calculates a range of rows which should be visible in a given frame.

:param frameIndex: index number for frame

:return: row range

.. versionadded:: 2.12
%End

    void drawHorizontalGridLines( QPainter *painter, int firstRow, int lastRow, bool drawHeaderLines ) const;
%Docstring
Draws the horizontal grid lines for the table.

:param painter: destination painter for grid lines
:param firstRow: index corresponding to first row shown in frame
:param lastRow: index corresponding to last row shown in frame. If greater than the number of content rows in the
table, then the default row height will be used for the remaining rows.
:param drawHeaderLines: set to true to include for the table header

.. seealso:: :py:func:`drawVerticalGridLines`

.. versionadded:: 2.12
%End


    void recalculateTableSize();
%Docstring
Recalculates and updates the size of the table and all table frames.
%End

    bool contentsContainsRow( const QgsComposerTableContents &contents, const QgsComposerTableRow &row ) const;
%Docstring
Checks whether a table contents contains a given row

:param contents: table contents to check
:param row: row to check for

:return: true if contents contains rows
%End

};

/************************************************************************
 * This file has been generated automatically from                      *
 *                                                                      *
 * src/core/composer/qgscomposertablev2.h                               *
 *                                                                      *
 * Do not edit manually ! Edit header and run scripts/sipify.pl again   *
 ************************************************************************/