@@ -31,7 +31,7 @@ A model for displaying columns shown in a QgsComposerAttributeTableV2
3131
3232 QgsComposerAttributeTableColumnModelV2( QgsComposerAttributeTableV2 *composerTable, QObject *parent /TransferThis/ = 0 );
3333%Docstring
34- Constructor for QgsComposerAttributeTableColumnModel.
34+ Constructor for :py:class:` QgsComposerAttributeTableColumnModel` .
3535
3636:param composerTable: QgsComposerAttributeTable the model is attached to
3737:param parent: optional parent
@@ -96,9 +96,9 @@ Returns the QgsComposerTableColumn corresponding to an index in the model.
9696%Docstring
9797Returns a QModelIndex corresponding to a QgsComposerTableColumn in the model.
9898
99- :return: QModelIndex for specified QgsComposerTableColumn
99+ :return: QModelIndex for specified :py:class:` QgsComposerTableColumn`
100100
101- :param column: a QgsComposerTableColumn
101+ :param column: a :py:class:` QgsComposerTableColumn`
102102
103103.. versionadded:: 2.3
104104
@@ -107,10 +107,10 @@ Returns a QModelIndex corresponding to a QgsComposerTableColumn in the model.
107107
108108 void setColumnAsSorted( QgsComposerTableColumn *column, Qt::SortOrder order );
109109%Docstring
110- Sets a specified column as a sorted column in the QgsComposerAttributeTable. The column will be
110+ Sets a specified column as a sorted column in the :py:class:` QgsComposerAttributeTable` . The column will be
111111added to the end of the sort rank list, ie it will take the next largest available sort rank.
112112
113- :param column: a QgsComposerTableColumn
113+ :param column: a :py:class:` QgsComposerTableColumn`
114114:param order: sort order for column
115115
116116.. versionadded:: 2.3
@@ -122,10 +122,10 @@ added to the end of the sort rank list, ie it will take the next largest availab
122122
123123 void setColumnAsUnsorted( QgsComposerTableColumn *column );
124124%Docstring
125- Sets a specified column as an unsorted column in the QgsComposerAttributeTable. The column will be
125+ Sets a specified column as an unsorted column in the :py:class:` QgsComposerAttributeTable` . The column will be
126126removed from the sort rank list.
127127
128- :param column: a QgsComposerTableColumn
128+ :param column: a :py:class:` QgsComposerTableColumn`
129129
130130.. versionadded:: 2.3
131131
@@ -134,9 +134,9 @@ removed from the sort rank list.
134134
135135 bool moveColumnInSortRank( QgsComposerTableColumn *column, ShiftDirection direction );
136136%Docstring
137- Moves a column up or down in the sort rank for the QgsComposerAttributeTable.
137+ Moves a column up or down in the sort rank for the :py:class:` QgsComposerAttributeTable` .
138138
139- :param column: a QgsComposerTableColumn
139+ :param column: a :py:class:` QgsComposerTableColumn`
140140:param direction: direction to move the column in the sort rank list
141141
142142.. versionadded:: 2.3
@@ -167,7 +167,7 @@ Allows for filtering QgsComposerAttributeTable columns by columns which are sort
167167
168168 QgsComposerTableSortColumnsProxyModelV2( QgsComposerAttributeTableV2 *composerTable, ColumnFilterType filterType, QObject *parent /TransferThis/ = 0 );
169169%Docstring
170- Constructor for QgsComposerTableSortColumnsProxyModel.
170+ Constructor for :py:class:` QgsComposerTableSortColumnsProxyModel` .
171171
172172:param composerTable: QgsComposerAttributeTable the model is attached to
173173:param filterType: filter for columns, controls whether sorted or unsorted columns are shown
@@ -220,7 +220,7 @@ Returns the QgsComposerTableColumn corresponding to an index in the proxy model.
220220Returns the QgsComposerTableColumn corresponding to an index from the source
221221QgsComposerAttributeTableColumnModel model.
222222
223- :return: QgsComposerTableColumn for specified index from QgsComposerAttributeTableColumnModel
223+ :return: QgsComposerTableColumn for specified index from :py:class:` QgsComposerAttributeTableColumnModel`
224224
225225:param sourceIndex: a QModelIndex
226226
0 commit comments