16
16
< li > Qt 0.2</ li >
17
17
< li > ConditionalFormatting</ li >
18
18
< li id ="buildversion ">
19
- Qt 0.2.1 Reference Documentation</ li >
19
+ Qt 0.2.2 Reference Documentation</ li >
20
20
</ ul >
21
21
</ div >
22
22
</ div >
@@ -118,6 +118,14 @@ <h3 class="fn"><a name="HighlightRuleType-enum"></a>enum ConditionalFormatting::
118
118
<!-- @@@HighlightRuleType -->
119
119
<!-- $$$ValueObjectType$$$VOT_Formula$$$VOT_Max$$$VOT_Min$$$VOT_Num$$$VOT_Percent$$$VOT_Percentile -->
120
120
< h3 class ="fn "> < a name ="ValueObjectType-enum "> </ a > enum ConditionalFormatting::< span class ="name "> ValueObjectType</ span > </ h3 >
121
+ < table class ="valuelist "> < tr > < th class ="tblConst "> Constant</ th > < th class ="tblVal "> Value</ th > </ tr >
122
+ < tr > < td class ="topAlign "> < tt > ConditionalFormatting::VOT_Formula</ tt > </ td > < td class ="topAlign "> < tt > 0</ tt > </ td > </ tr >
123
+ < tr > < td class ="topAlign "> < tt > ConditionalFormatting::VOT_Max</ tt > </ td > < td class ="topAlign "> < tt > 1</ tt > </ td > </ tr >
124
+ < tr > < td class ="topAlign "> < tt > ConditionalFormatting::VOT_Min</ tt > </ td > < td class ="topAlign "> < tt > 2</ tt > </ td > </ tr >
125
+ < tr > < td class ="topAlign "> < tt > ConditionalFormatting::VOT_Num</ tt > </ td > < td class ="topAlign "> < tt > 3</ tt > </ td > </ tr >
126
+ < tr > < td class ="topAlign "> < tt > ConditionalFormatting::VOT_Percent</ tt > </ td > < td class ="topAlign "> < tt > 4</ tt > </ td > </ tr >
127
+ < tr > < td class ="topAlign "> < tt > ConditionalFormatting::VOT_Percentile</ tt > </ td > < td class ="topAlign "> < tt > 5</ tt > </ td > </ tr >
128
+ </ table >
121
129
<!-- @@@ValueObjectType -->
122
130
</ div >
123
131
< div class ="func ">
@@ -135,15 +143,15 @@ <h3 class="fn"><a name="dtor.ConditionalFormatting"></a>ConditionalFormatting::<
135
143
< p > Destroy the object.</ p >
136
144
<!-- @@@~ConditionalFormatting -->
137
145
<!-- $$$add2ColorScaleRule[overload1]$$$add2ColorScaleRuleconstQColor&constQColor&bool -->
138
- < h3 class ="fn "> < a name ="add2ColorScaleRule "> </ a > < span class ="type "> bool</ span > ConditionalFormatting::< span class ="name "> add2ColorScaleRule</ span > (const < span class ="type "> < a href =" ../qtgui/qcolor.html " > QColor</ a > </ span > &< i > minColor</ i > , const < span class ="type "> < a href =" ../qtgui/qcolor.html " > QColor</ a > </ span > &< i > maxColor</ i > , < span class ="type "> bool</ span > < i > stopIfTrue</ i > = false)</ h3 >
139
- < p > Add a colorScale rule with the given < i > minColor</ i > , < i > maxColor</ i > and < i > stopIfTrue</ i > .</ p >
146
+ < h3 class ="fn "> < a name ="add2ColorScaleRule "> </ a > < span class ="type "> bool</ span > ConditionalFormatting::< span class ="name "> add2ColorScaleRule</ span > (const < span class ="type "> QColor</ span > &< i > minColor</ i > , const < span class ="type "> QColor</ span > &< i > maxColor</ i > , < span class ="type "> bool</ span > < i > stopIfTrue</ i > = false)</ h3 >
147
+ < p > Add a colorScale rule with the given < i > minColor</ i > , < i > maxColor</ i > and < i > stopIfTrue</ i > . Return false if failed. </ p >
140
148
<!-- @@@add2ColorScaleRule -->
141
149
<!-- $$$add3ColorScaleRule[overload1]$$$add3ColorScaleRuleconstQColor&constQColor&constQColor&bool -->
142
- < h3 class ="fn "> < a name ="add3ColorScaleRule "> </ a > < span class ="type "> bool</ span > ConditionalFormatting::< span class ="name "> add3ColorScaleRule</ span > (const < span class ="type "> < a href =" ../qtgui/qcolor.html " > QColor</ a > </ span > &< i > minColor</ i > , const < span class ="type "> < a href =" ../qtgui/qcolor.html " > QColor</ a > </ span > &< i > midColor</ i > , const < span class ="type "> < a href =" ../qtgui/qcolor.html " > QColor</ a > </ span > &< i > maxColor</ i > , < span class ="type "> bool</ span > < i > stopIfTrue</ i > = false)</ h3 >
143
- < p > Add a colorScale rule with the given < i > minColor</ i > , < i > midColor</ i > , < i > maxColor</ i > and < i > stopIfTrue</ i > .</ p >
150
+ < h3 class ="fn "> < a name ="add3ColorScaleRule "> </ a > < span class ="type "> bool</ span > ConditionalFormatting::< span class ="name "> add3ColorScaleRule</ span > (const < span class ="type "> QColor</ span > &< i > minColor</ i > , const < span class ="type "> QColor</ span > &< i > midColor</ i > , const < span class ="type "> QColor</ span > &< i > maxColor</ i > , < span class ="type "> bool</ span > < i > stopIfTrue</ i > = false)</ h3 >
151
+ < p > Add a colorScale rule with the given < i > minColor</ i > , < i > midColor</ i > , < i > maxColor</ i > and < i > stopIfTrue</ i > . Return false if failed. </ p >
144
152
<!-- @@@add3ColorScaleRule -->
145
153
<!-- $$$addCell[overload1]$$$addCellconstQString& -->
146
- < h3 class ="fn "> < a name ="addCell "> </ a > < span class ="type "> void</ span > ConditionalFormatting::< span class ="name "> addCell</ span > (const < span class ="type "> < a href =" ../qtcore/qstring.html " > QString</ a > </ span > &< i > cell</ i > )</ h3 >
154
+ < h3 class ="fn "> < a name ="addCell "> </ a > < span class ="type "> void</ span > ConditionalFormatting::< span class ="name "> addCell</ span > (const < span class ="type "> QString</ span > &< i > cell</ i > )</ h3 >
147
155
< p > Add the < i > cell</ i > on which the conditional formatting will apply to.</ p >
148
156
<!-- @@@addCell -->
149
157
<!-- $$$addCell$$$addCellintint -->
@@ -152,30 +160,30 @@ <h3 class="fn"><a name="addCell-2"></a><span class="type">void</span> Conditiona
152
160
< p > Add the cell(< i > row</ i > , < i > col</ i > ) on which the conditional formatting will apply to.</ p >
153
161
<!-- @@@addCell -->
154
162
<!-- $$$addDataBarRule[overload1]$$$addDataBarRuleconstQColor&ValueObjectTypeconstQString&ValueObjectTypeconstQString&boolbool -->
155
- < h3 class ="fn "> < a name ="addDataBarRule "> </ a > < span class ="type "> bool</ span > ConditionalFormatting::< span class ="name "> addDataBarRule</ span > (const < span class ="type "> < a href =" ../qtgui/qcolor.html " > QColor</ a > </ span > &< i > color</ i > , < span class ="type "> < a href ="conditionalformatting.html#ValueObjectType-enum "> ValueObjectType</ a > </ span > < i > type1</ i > , const < span class ="type "> < a href =" ../qtcore/qstring.html " > QString</ a > </ span > &< i > val1</ i > , < span class ="type "> < a href ="conditionalformatting.html#ValueObjectType-enum "> ValueObjectType</ a > </ span > < i > type2</ i > , const < span class ="type "> < a href =" ../qtcore/qstring.html " > QString</ a > </ span > &< i > val2</ i > , < span class ="type "> bool</ span > < i > showData</ i > = true, < span class ="type "> bool</ span > < i > stopIfTrue</ i > = false)</ h3 >
156
- < p > Add a dataBar rule with the given < i > color</ i > , < i > type1</ i > , < i > val1</ i > , < i > type2</ i > , < i > val2</ i > , < i > showData</ i > and < i > stopIfTrue</ i > .</ p >
163
+ < h3 class ="fn "> < a name ="addDataBarRule "> </ a > < span class ="type "> bool</ span > ConditionalFormatting::< span class ="name "> addDataBarRule</ span > (const < span class ="type "> QColor</ span > &< i > color</ i > , < span class ="type "> < a href ="conditionalformatting.html#ValueObjectType-enum "> ValueObjectType</ a > </ span > < i > type1</ i > , const < span class ="type "> QString</ span > &< i > val1</ i > , < span class ="type "> < a href ="conditionalformatting.html#ValueObjectType-enum "> ValueObjectType</ a > </ span > < i > type2</ i > , const < span class ="type "> QString</ span > &< i > val2</ i > , < span class ="type "> bool</ span > < i > showData</ i > = true, < span class ="type "> bool</ span > < i > stopIfTrue</ i > = false)</ h3 >
164
+ < p > Add a dataBar rule with the given < i > color</ i > , < i > type1</ i > , < i > val1</ i > , < i > type2</ i > , < i > val2</ i > , < i > showData</ i > and < i > stopIfTrue</ i > . Return false if failed. </ p >
157
165
<!-- @@@addDataBarRule -->
158
166
<!-- $$$addDataBarRule$$$addDataBarRuleconstQColor&boolbool -->
159
- < h3 class ="fn "> < a name ="addDataBarRule-2 "> </ a > < span class ="type "> bool</ span > ConditionalFormatting::< span class ="name "> addDataBarRule</ span > (const < span class ="type "> < a href =" ../qtgui/qcolor.html " > QColor</ a > </ span > &< i > color</ i > , < span class ="type "> bool</ span > < i > showData</ i > = true, < span class ="type "> bool</ span > < i > stopIfTrue</ i > = false)</ h3 >
167
+ < h3 class ="fn "> < a name ="addDataBarRule-2 "> </ a > < span class ="type "> bool</ span > ConditionalFormatting::< span class ="name "> addDataBarRule</ span > (const < span class ="type "> QColor</ span > &< i > color</ i > , < span class ="type "> bool</ span > < i > showData</ i > = true, < span class ="type "> bool</ span > < i > stopIfTrue</ i > = false)</ h3 >
160
168
< p > This is an overloaded function.</ p >
161
169
< p > Add a dataBar rule with the given < i > color</ i > , < i > showData</ i > and < i > stopIfTrue</ i > .</ p >
162
170
<!-- @@@addDataBarRule -->
163
171
<!-- $$$addHighlightCellsRule[overload1]$$$addHighlightCellsRuleHighlightRuleTypeconstQString&constQString&constFormat&bool -->
164
- < h3 class ="fn "> < a name ="addHighlightCellsRule "> </ a > < span class ="type "> bool</ span > ConditionalFormatting::< span class ="name "> addHighlightCellsRule</ span > (< span class ="type "> < a href ="conditionalformatting.html#HighlightRuleType-enum "> HighlightRuleType</ a > </ span > < i > type</ i > , const < span class ="type "> < a href =" ../qtcore/qstring.html " > QString</ a > </ span > &< i > formula1</ i > , const < span class ="type "> < a href =" ../qtcore/qstring.html " > QString</ a > </ span > &< i > formula2</ i > , const < span class ="type "> < a href ="format.html "> Format</ a > </ span > &< i > format</ i > , < span class ="type "> bool</ span > < i > stopIfTrue</ i > = false)</ h3 >
165
- < p > Add a hightlight rule with the given < i > type</ i > , < i > formula1</ i > , < i > formula2</ i > , < i > format</ i > and < i > stopIfTrue</ i > .</ p >
172
+ < h3 class ="fn "> < a name ="addHighlightCellsRule "> </ a > < span class ="type "> bool</ span > ConditionalFormatting::< span class ="name "> addHighlightCellsRule</ span > (< span class ="type "> < a href ="conditionalformatting.html#HighlightRuleType-enum "> HighlightRuleType</ a > </ span > < i > type</ i > , const < span class ="type "> QString</ span > &< i > formula1</ i > , const < span class ="type "> QString</ span > &< i > formula2</ i > , const < span class ="type "> < a href ="format.html "> Format</ a > </ span > &< i > format</ i > , < span class ="type "> bool</ span > < i > stopIfTrue</ i > = false)</ h3 >
173
+ < p > Add a hightlight rule with the given < i > type</ i > , < i > formula1</ i > , < i > formula2</ i > , < i > format</ i > and < i > stopIfTrue</ i > . Return false if failed. </ p >
166
174
<!-- @@@addHighlightCellsRule -->
167
175
<!-- $$$addHighlightCellsRule$$$addHighlightCellsRuleHighlightRuleTypeconstFormat&bool -->
168
176
< h3 class ="fn "> < a name ="addHighlightCellsRule-2 "> </ a > < span class ="type "> bool</ span > ConditionalFormatting::< span class ="name "> addHighlightCellsRule</ span > (< span class ="type "> < a href ="conditionalformatting.html#HighlightRuleType-enum "> HighlightRuleType</ a > </ span > < i > type</ i > , const < span class ="type "> < a href ="format.html "> Format</ a > </ span > &< i > format</ i > , < span class ="type "> bool</ span > < i > stopIfTrue</ i > = false)</ h3 >
169
177
< p > This is an overloaded function.</ p >
170
178
< p > Add a hightlight rule with the given < i > type</ i > < i > format</ i > and < i > stopIfTrue</ i > .</ p >
171
179
<!-- @@@addHighlightCellsRule -->
172
180
<!-- $$$addHighlightCellsRule$$$addHighlightCellsRuleHighlightRuleTypeconstQString&constFormat&bool -->
173
- < h3 class ="fn "> < a name ="addHighlightCellsRule-3 "> </ a > < span class ="type "> bool</ span > ConditionalFormatting::< span class ="name "> addHighlightCellsRule</ span > (< span class ="type "> < a href ="conditionalformatting.html#HighlightRuleType-enum "> HighlightRuleType</ a > </ span > < i > type</ i > , const < span class ="type "> < a href =" ../qtcore/qstring.html " > QString</ a > </ span > &< i > formula</ i > , const < span class ="type "> < a href ="format.html "> Format</ a > </ span > &< i > format</ i > , < span class ="type "> bool</ span > < i > stopIfTrue</ i > = false)</ h3 >
181
+ < h3 class ="fn "> < a name ="addHighlightCellsRule-3 "> </ a > < span class ="type "> bool</ span > ConditionalFormatting::< span class ="name "> addHighlightCellsRule</ span > (< span class ="type "> < a href ="conditionalformatting.html#HighlightRuleType-enum "> HighlightRuleType</ a > </ span > < i > type</ i > , const < span class ="type "> QString</ span > &< i > formula</ i > , const < span class ="type "> < a href ="format.html "> Format</ a > </ span > &< i > format</ i > , < span class ="type "> bool</ span > < i > stopIfTrue</ i > = false)</ h3 >
174
182
< p > This is an overloaded function.</ p >
175
- < p > Add a hightlight rule with the given < i > type</ i > , < i > formula</ i > , < i > format</ i > and < i > stopIfTrue</ i > .</ p >
183
+ < p > Add a hightlight rule with the given < i > type</ i > , < i > formula</ i > , < i > format</ i > and < i > stopIfTrue</ i > . Return false if failed. </ p >
176
184
<!-- @@@addHighlightCellsRule -->
177
185
<!-- $$$addRange[overload1]$$$addRangeconstQString& -->
178
- < h3 class ="fn "> < a name ="addRange "> </ a > < span class ="type "> void</ span > ConditionalFormatting::< span class ="name "> addRange</ span > (const < span class ="type "> < a href =" ../qtcore/qstring.html " > QString</ a > </ span > &< i > range</ i > )</ h3 >
186
+ < h3 class ="fn "> < a name ="addRange "> </ a > < span class ="type "> void</ span > ConditionalFormatting::< span class ="name "> addRange</ span > (const < span class ="type "> QString</ span > &< i > range</ i > )</ h3 >
179
187
< p > Add the < i > range</ i > on which the conditional formatting will apply to.</ p >
180
188
<!-- @@@addRange -->
181
189
<!-- $$$addRange$$$addRangeintintintint -->
@@ -189,7 +197,7 @@ <h3 class="fn"><a name="addRange-3"></a><span class="type">void</span> Condition
189
197
< p > Add the < i > range</ i > on which the conditional formatting will apply to.</ p >
190
198
<!-- @@@addRange -->
191
199
<!-- $$$ranges[overload1]$$$ranges -->
192
- < h3 class ="fn "> < a name ="ranges "> </ a > < span class ="type "> < a href =" ../qtcore/qlist.html " > QList</ a > </ span > << span class ="type "> CellRange</ span > > ConditionalFormatting::< span class ="name "> ranges</ span > () const</ h3 >
200
+ < h3 class ="fn "> < a name ="ranges "> </ a > < span class ="type "> QList</ span > << span class ="type "> CellRange</ span > > ConditionalFormatting::< span class ="name "> ranges</ span > () const</ h3 >
193
201
< p > Returns the ranges on which the validation will be applied.</ p >
194
202
<!-- @@@ranges -->
195
203
<!-- $$$operator=[overload1]$$$operator=constConditionalFormatting& -->
0 commit comments