18 #ifndef QGSLAYOUTATTRIBUTETABLEWIDGET_H
19 #define QGSLAYOUTATTRIBUTETABLEWIDGET_H
25 #include "ui_qgslayoutattributetablewidgetbase.h"
53 QPointer< QgsLayoutItemAttributeTable > mTable;
54 QPointer< QgsLayoutFrame > mFrame;
58 void blockAllSignals(
bool b );
60 void toggleSourceControls();
62 void toggleAtlasSpecificControls(
bool atlasEnabled );
65 void mRefreshPushButton_clicked();
66 void mAttributesPushButton_clicked();
68 void mMaximumRowsSpinBox_valueChanged(
int i );
69 void mMarginSpinBox_valueChanged(
double d );
70 void mGridStrokeWidthSpinBox_valueChanged(
double d );
71 void mGridColorButton_colorChanged(
const QColor &newColor );
72 void mBackgroundColorButton_colorChanged(
const QColor &newColor );
73 void headerFontChanged();
74 void mHeaderFontColorButton_colorChanged(
const QColor &newColor );
75 void contentFontChanged();
76 void mContentFontColorButton_colorChanged(
const QColor &newColor );
77 void mDrawHorizontalGrid_toggled(
bool state );
78 void mDrawVerticalGrid_toggled(
bool state );
79 void mShowGridGroupCheckBox_toggled(
bool state );
80 void mShowOnlyVisibleFeaturesCheckBox_stateChanged(
int state );
81 void mFeatureFilterCheckBox_stateChanged(
int state );
82 void mFeatureFilterEdit_editingFinished();
83 void mFeatureFilterButton_clicked();
84 void mHeaderHAlignmentComboBox_currentIndexChanged(
int index );
85 void mHeaderModeComboBox_currentIndexChanged(
int index );
86 void mWrapStringLineEdit_editingFinished();
88 void mAddFramePushButton_clicked();
89 void mResizeModeComboBox_currentIndexChanged(
int index );
90 void mSourceComboBox_currentIndexChanged(
int index );
91 void mRelationsComboBox_currentIndexChanged(
int index );
92 void mEmptyModeComboBox_currentIndexChanged(
int index );
93 void mDrawEmptyCheckBox_toggled(
bool checked );
94 void mEmptyMessageLineEdit_editingFinished();
95 void mIntersectAtlasCheckBox_stateChanged(
int state );
96 void mUniqueOnlyCheckBox_stateChanged(
int state );
97 void mEmptyFrameCheckBox_toggled(
bool checked );
98 void mHideEmptyBgCheckBox_toggled(
bool checked );
99 void mWrapBehaviorComboBox_currentIndexChanged(
int index );
100 void mAdvancedCustomizationButton_clicked();
101 void useConditionalStylingChanged(
bool checked );
104 void setMaximumNumberOfFeatures(
int n );
107 void updateGuiElements();
111 void updateRelationsCombo();
115 #endif // QGSLAYOUTATTRIBUTETABLEWIDGET_H