libyui-ncurses  2.44.1
 All Classes Functions Variables
NCstyle.inverted.h
1 /*---------------------------------------------------------------------\
2 | |
3 | __ __ ____ _____ ____ |
4 | \ \ / /_ _/ ___|_ _|___ \ |
5 | \ V / _` \___ \ | | __) | |
6 | | | (_| |___) || | / __/ |
7 | |_|\__,_|____/ |_| |_____| |
8 | |
9 | core system |
10 | (C) SuSE GmbH |
11 \----------------------------------------------------------------------/
12 
13  File: NCstyle.inverted.h
14 
15  Author: Generated by class NCstyle
16 
17 /-*/
18 
19 #ifndef NCstyle_inverted_h
20 #define NCstyle_inverted_h
21 
22 #include "NCstyle.h"
23 
24 inline void NCstyleInit_inverted( std::vector<NCstyle::Style> & styleSet )
25 {
26  //=================================================================
27  // init global attributes
28  //=================================================================
29  NCattrset * attrset( &styleSet[NCstyle::DefaultStyle].getAttrGlobal() );
30  attrset->setAttr( NCstyle::AppTitle, 7936 );
31  attrset->setAttr( NCstyle::AppText, 0 );
32  //=================================================================
33  // init local attributes
34  //=================================================================
35  // DefaultStyle
36  attrset = &styleSet[NCstyle::DefaultStyle].getAttrLocal();
37  attrset->setAttr( NCstyle::DialogBorder, 0 );
38  attrset->setAttr( NCstyle::DialogTitle, 0 );
39  attrset->setAttr( NCstyle::DialogActiveBorder, 0 | A_BOLD );
40  attrset->setAttr( NCstyle::DialogActiveTitle, 0 | A_BOLD );
41  attrset->setAttr( NCstyle::DialogText, 0 );
42  attrset->setAttr( NCstyle::DialogHeadline, 0 | A_BOLD );
43  attrset->setAttr( NCstyle::DialogDisabled, 0 );
44  attrset->setAttr( NCstyle::DialogPlain, 0 );
45  attrset->setAttr( NCstyle::DialogLabel, 0 );
46  attrset->setAttr( NCstyle::DialogData, 0 | A_BOLD );
47  attrset->setAttr( NCstyle::DialogHint, 0 | A_BOLD );
48  attrset->setAttr( NCstyle::DialogScrl, 0 | A_BOLD );
49  attrset->setAttr( NCstyle::DialogActivePlain, 0 );
50  attrset->setAttr( NCstyle::DialogActiveLabel, 0 );
51  attrset->setAttr( NCstyle::DialogActiveData, 7936 );
52  attrset->setAttr( NCstyle::DialogActiveHint, 7168 | A_BOLD );
53  attrset->setAttr( NCstyle::DialogActiveScrl, 7168 | A_BOLD );
54  attrset->setAttr( NCstyle::DialogFramePlain, 0 );
55  attrset->setAttr( NCstyle::DialogFrameLabel, 0 );
56  attrset->setAttr( NCstyle::DialogFrameData, 0 );
57  attrset->setAttr( NCstyle::DialogFrameHint, 0 | A_BOLD );
58  attrset->setAttr( NCstyle::DialogFrameScrl, 0 );
59  attrset->setAttr( NCstyle::DialogActiveFramePlain, 0 | A_BOLD );
60  attrset->setAttr( NCstyle::DialogActiveFrameLabel, 7936 );
61  attrset->setAttr( NCstyle::DialogActiveFrameData, 0 );
62  attrset->setAttr( NCstyle::DialogActiveFrameHint, 7168 | A_BOLD );
63  attrset->setAttr( NCstyle::DialogActiveFrameScrl, 0 | A_BOLD );
64  attrset->setAttr( NCstyle::ListTitle, 0 );
65  attrset->setAttr( NCstyle::ListPlain, 0 );
66  attrset->setAttr( NCstyle::ListLabel, 0 );
67  attrset->setAttr( NCstyle::ListData, 0 | A_BOLD );
68  attrset->setAttr( NCstyle::ListHint, 0 | A_BOLD );
69  attrset->setAttr( NCstyle::ListSelPlain, 0 );
70  attrset->setAttr( NCstyle::ListSelLabel, 0 );
71  attrset->setAttr( NCstyle::ListSelData, 0 | A_BOLD );
72  attrset->setAttr( NCstyle::ListSelHint, 0 | A_BOLD );
73  attrset->setAttr( NCstyle::ListActiveTitle, 0 );
74  attrset->setAttr( NCstyle::ListActivePlain, 0 );
75  attrset->setAttr( NCstyle::ListActiveLabel, 0 );
76  attrset->setAttr( NCstyle::ListActiveData, 7168 | A_BOLD );
77  attrset->setAttr( NCstyle::ListActiveHint, 0 | A_BOLD );
78  attrset->setAttr( NCstyle::ListActiveSelPlain, 7936 );
79  attrset->setAttr( NCstyle::ListActiveSelLabel, 7936 );
80  attrset->setAttr( NCstyle::ListActiveSelData, 7936 | A_BOLD );
81  attrset->setAttr( NCstyle::ListActiveSelHint, 6144 | A_BOLD );
82  attrset->setAttr( NCstyle::RichTextPlain, 1792 );
83  attrset->setFg( NCstyle::RichTextPlain, 7 );
84  attrset->setAttr( NCstyle::RichTextTitle, 512 );
85  attrset->setAttr( NCstyle::RichTextLink, 768 );
86  attrset->setAttr( NCstyle::RichTextArmedlink, 768 | A_BOLD );
87  attrset->setAttr( NCstyle::RichTextActiveArmedlink, 0 | A_BOLD );
88  attrset->setAttr( NCstyle::RichTextVisitedLink, 3 );
89  attrset->setAttr( NCstyle::RichTextB, 0 | A_BOLD );
90  attrset->setAttr( NCstyle::RichTextI, 0 | A_BOLD );
91  attrset->setAttr( NCstyle::RichTextT, 256 | A_BOLD );
92  attrset->setAttr( NCstyle::RichTextBI, 512 | A_BOLD );
93  attrset->setAttr( NCstyle::RichTextBT, 256 | A_BOLD );
94  attrset->setAttr( NCstyle::RichTextIT, 512 );
95  attrset->setAttr( NCstyle::RichTextBIT, 14848 );
96  attrset->setAttr( NCstyle::ProgbarCh, 7168 | A_BOLD );
97  attrset->setAttr( NCstyle::ProgbarBgch, 32 | A_BOLD );
98  attrset->setAttr( NCstyle::TextCursor, 7936 | A_BLINK );
99  // InfoStyle
100  attrset = &styleSet[NCstyle::InfoStyle].getAttrLocal();
101  attrset->setAttr( NCstyle::DialogBorder, 5888 );
102  attrset->setAttr( NCstyle::DialogTitle, 5888 );
103  attrset->setAttr( NCstyle::DialogActiveBorder, 4096 | A_BOLD );
104  attrset->setAttr( NCstyle::DialogActiveTitle, 4096 | A_BOLD );
105  attrset->setAttr( NCstyle::DialogText, 5888 );
106  attrset->setAttr( NCstyle::DialogHeadline, 4096 | A_BOLD );
107  attrset->setAttr( NCstyle::DialogDisabled, 5376 | A_BOLD );
108  attrset->setAttr( NCstyle::DialogPlain, 4096 | A_BOLD );
109  attrset->setAttr( NCstyle::DialogLabel, 5888 );
110  attrset->setAttr( NCstyle::DialogData, 4096 | A_BOLD );
111  attrset->setAttr( NCstyle::DialogHint, 4096 | A_BOLD );
112  attrset->setAttr( NCstyle::DialogScrl, 0 | A_BOLD );
113  attrset->setAttr( NCstyle::DialogActivePlain, 0 );
114  attrset->setAttr( NCstyle::DialogActiveLabel, 0 );
115  attrset->setAttr( NCstyle::DialogActiveData, 0 | A_BOLD );
116  attrset->setAttr( NCstyle::DialogActiveHint, 0 | A_BOLD );
117  attrset->setAttr( NCstyle::DialogActiveScrl, 0 );
118  attrset->setAttr( NCstyle::DialogFramePlain, 5888 );
119  attrset->setAttr( NCstyle::DialogFrameLabel, 5888 );
120  attrset->setAttr( NCstyle::DialogFrameData, 5888 );
121  attrset->setAttr( NCstyle::DialogFrameHint, 4096 | A_BOLD );
122  attrset->setAttr( NCstyle::DialogFrameScrl, 4096 );
123  attrset->setAttr( NCstyle::DialogActiveFramePlain, 4096 | A_BOLD );
124  attrset->setAttr( NCstyle::DialogActiveFrameLabel, 0 );
125  attrset->setAttr( NCstyle::DialogActiveFrameData, 5888 );
126  attrset->setAttr( NCstyle::DialogActiveFrameHint, 0 | A_BOLD );
127  attrset->setAttr( NCstyle::DialogActiveFrameScrl, 5376 | A_BOLD );
128  attrset->setAttr( NCstyle::ListTitle, 5888 );
129  attrset->setAttr( NCstyle::ListPlain, 5888 );
130  attrset->setAttr( NCstyle::ListLabel, 5888 );
131  attrset->setAttr( NCstyle::ListData, 4096 | A_BOLD );
132  attrset->setAttr( NCstyle::ListHint, 4096 | A_BOLD );
133  attrset->setAttr( NCstyle::ListSelPlain, 5888 );
134  attrset->setAttr( NCstyle::ListSelLabel, 5888 );
135  attrset->setAttr( NCstyle::ListSelData, 4096 | A_BOLD );
136  attrset->setAttr( NCstyle::ListSelHint, 4096 | A_BOLD );
137  attrset->setAttr( NCstyle::ListActiveTitle, 5888 );
138  attrset->setAttr( NCstyle::ListActivePlain, 5888 );
139  attrset->setAttr( NCstyle::ListActiveLabel, 5888 );
140  attrset->setAttr( NCstyle::ListActiveData, 4096 | A_BOLD );
141  attrset->setAttr( NCstyle::ListActiveHint, 4096 | A_BOLD );
142  attrset->setAttr( NCstyle::ListActiveSelPlain, 0 );
143  attrset->setAttr( NCstyle::ListActiveSelLabel, 0 );
144  attrset->setAttr( NCstyle::ListActiveSelData, 0 | A_BOLD );
145  attrset->setAttr( NCstyle::ListActiveSelHint, 0 | A_BOLD );
146  attrset->setAttr( NCstyle::RichTextPlain, 0 );
147  attrset->setFg( NCstyle::RichTextPlain, 7 );
148  attrset->setAttr( NCstyle::RichTextTitle, 00 | A_BOLD );
149  attrset->setAttr( NCstyle::RichTextLink, 768 );
150  attrset->setAttr( NCstyle::RichTextArmedlink, 768 | A_BOLD );
151  attrset->setAttr( NCstyle::RichTextActiveArmedlink, 0 | A_BOLD );
152  attrset->setAttr( NCstyle::RichTextVisitedLink, 3 );
153  attrset->setAttr( NCstyle::RichTextB, 0 | A_BOLD );
154  attrset->setAttr( NCstyle::RichTextI, 0 | A_BOLD );
155  attrset->setAttr( NCstyle::RichTextT, 256 );
156  attrset->setAttr( NCstyle::RichTextBI, 512 | A_BOLD );
157  attrset->setAttr( NCstyle::RichTextBT, 256 | A_BOLD );
158  attrset->setAttr( NCstyle::RichTextIT, 256 );
159  attrset->setAttr( NCstyle::RichTextBIT, 256 | A_BOLD );
160  attrset->setAttr( NCstyle::ProgbarCh, 0x1720 );
161  attrset->setAttr( NCstyle::ProgbarBgch, 16160 );
162  attrset->setAttr( NCstyle::TextCursor, 7936 | A_BLINK );
163  // WarnStyle
164  attrset = &styleSet[NCstyle::WarnStyle].getAttrLocal();
165  attrset->setAttr( NCstyle::DialogBorder, 3840 );
166  attrset->setAttr( NCstyle::DialogTitle, 3840 );
167  attrset->setAttr( NCstyle::DialogActiveBorder, 2048 | A_BOLD );
168  attrset->setAttr( NCstyle::DialogActiveTitle, 2048 | A_BOLD );
169  attrset->setAttr( NCstyle::DialogText, 3840 );
170  attrset->setAttr( NCstyle::DialogHeadline, 2048 | A_BOLD );
171  attrset->setAttr( NCstyle::DialogDisabled, 3584 | A_BOLD );
172  attrset->setAttr( NCstyle::DialogPlain, 3840 );
173  attrset->setAttr( NCstyle::DialogLabel, 3840 );
174  attrset->setAttr( NCstyle::DialogData, 2048 | A_BOLD );
175  attrset->setAttr( NCstyle::DialogHint, 2048 | A_BOLD );
176  attrset->setAttr( NCstyle::DialogScrl, 0 | A_BOLD );
177  attrset->setAttr( NCstyle::DialogActivePlain, 0 | A_BOLD );
178  attrset->setAttr( NCstyle::DialogActiveLabel, 0 | A_BOLD );
179  attrset->setAttr( NCstyle::DialogActiveData, 0 | A_BOLD );
180  attrset->setAttr( NCstyle::DialogActiveHint, 0 | A_BOLD );
181  attrset->setAttr( NCstyle::DialogActiveScrl, 0 | A_BOLD );
182  attrset->setAttr( NCstyle::DialogFramePlain, 3840 );
183  attrset->setAttr( NCstyle::DialogFrameLabel, 3840 );
184  attrset->setAttr( NCstyle::DialogFrameData, 3840 );
185  attrset->setAttr( NCstyle::DialogFrameHint, 2048 | A_BOLD );
186  attrset->setAttr( NCstyle::DialogFrameScrl, 3584 | A_BOLD );
187  attrset->setAttr( NCstyle::DialogActiveFramePlain, 2048 | A_BOLD );
188  attrset->setAttr( NCstyle::DialogActiveFrameLabel, 0 | A_BOLD );
189  attrset->setAttr( NCstyle::DialogActiveFrameData, 3840 );
190  attrset->setAttr( NCstyle::DialogActiveFrameHint, 0 | A_BOLD );
191  attrset->setAttr( NCstyle::DialogActiveFrameScrl, 3584 | A_BOLD );
192  attrset->setAttr( NCstyle::ListTitle, 3840 );
193  attrset->setAttr( NCstyle::ListPlain, 3840 );
194  attrset->setAttr( NCstyle::ListLabel, 3840 );
195  attrset->setAttr( NCstyle::ListData, 2048 | A_BOLD );
196  attrset->setAttr( NCstyle::ListHint, 2048 | A_BOLD );
197  attrset->setAttr( NCstyle::ListSelPlain, 3840 );
198  attrset->setAttr( NCstyle::ListSelLabel, 3840 );
199  attrset->setAttr( NCstyle::ListSelData, 2048 | A_BOLD );
200  attrset->setAttr( NCstyle::ListSelHint, 2048 | A_BOLD );
201  attrset->setAttr( NCstyle::ListActiveTitle, 3840 );
202  attrset->setAttr( NCstyle::ListActivePlain, 3840 );
203  attrset->setAttr( NCstyle::ListActiveLabel, 3840 );
204  attrset->setAttr( NCstyle::ListActiveData, 2048 | A_BOLD );
205  attrset->setAttr( NCstyle::ListActiveHint, 2048 | A_BOLD );
206  attrset->setAttr( NCstyle::ListActiveSelPlain, 0 | A_BOLD );
207  attrset->setAttr( NCstyle::ListActiveSelLabel, 0 | A_BOLD );
208  attrset->setAttr( NCstyle::ListActiveSelData, 0 | A_BOLD );
209  attrset->setAttr( NCstyle::ListActiveSelHint, 0 | A_BOLD );
210  attrset->setAttr( NCstyle::RichTextPlain, 0 );
211  attrset->setFg( NCstyle::RichTextPlain, 7 );
212  attrset->setAttr( NCstyle::RichTextTitle, 00 | A_BOLD );
213  attrset->setAttr( NCstyle::RichTextLink, 768 );
214  attrset->setAttr( NCstyle::RichTextArmedlink, 768 | A_BOLD );
215  attrset->setAttr( NCstyle::RichTextActiveArmedlink, 0 | A_BOLD );
216  attrset->setAttr( NCstyle::RichTextVisitedLink, 3 );
217  attrset->setAttr( NCstyle::RichTextB, 0 | A_BOLD );
218  attrset->setAttr( NCstyle::RichTextI, 0 | A_BOLD );
219  attrset->setAttr( NCstyle::RichTextT, 256 );
220  attrset->setAttr( NCstyle::RichTextBI, 512 | A_BOLD );
221  attrset->setAttr( NCstyle::RichTextBT, 256 | A_BOLD );
222  attrset->setAttr( NCstyle::RichTextIT, 256 );
223  attrset->setAttr( NCstyle::RichTextBIT, 256 | A_BOLD );
224  attrset->setAttr( NCstyle::ProgbarCh, 0x1720 );
225  attrset->setAttr( NCstyle::ProgbarBgch, 16160 );
226  attrset->setAttr( NCstyle::TextCursor, 7936 | A_BLINK );
227  // PopupStyle
228  attrset = &styleSet[NCstyle::PopupStyle].getAttrLocal();
229  attrset->setAttr( NCstyle::DialogBorder, 0 );
230  attrset->setAttr( NCstyle::DialogTitle, 0 );
231  attrset->setAttr( NCstyle::DialogActiveBorder, 6144 | A_BOLD );
232  attrset->setAttr( NCstyle::DialogActiveTitle, 6144 | A_BOLD );
233  attrset->setAttr( NCstyle::DialogText, 7936 );
234  attrset->setAttr( NCstyle::DialogHeadline, 7168 | A_BOLD );
235  attrset->setAttr( NCstyle::DialogDisabled, 7936 | A_BOLD );
236  attrset->setAttr( NCstyle::DialogPlain, 7936 );
237  attrset->setAttr( NCstyle::DialogLabel, 7936 );
238  attrset->setAttr( NCstyle::DialogData, 7168 | A_BOLD );
239  attrset->setAttr( NCstyle::DialogHint, 7168 | A_BOLD );
240  attrset->setAttr( NCstyle::DialogScrl, 0 | A_BOLD );
241  attrset->setAttr( NCstyle::DialogActivePlain, 0 );
242  attrset->setAttr( NCstyle::DialogActiveLabel, 0 );
243  attrset->setAttr( NCstyle::DialogActiveData, 0 | A_BOLD );
244  attrset->setAttr( NCstyle::DialogActiveHint, 0 | A_BOLD );
245  attrset->setAttr( NCstyle::DialogActiveScrl, 0 | A_BOLD );
246  attrset->setAttr( NCstyle::DialogFramePlain, 7936 );
247  attrset->setAttr( NCstyle::DialogFrameLabel, 7936 );
248  attrset->setAttr( NCstyle::DialogFrameData, 13056 );
249  attrset->setAttr( NCstyle::DialogFrameHint, 7168 | A_BOLD );
250  attrset->setAttr( NCstyle::DialogFrameScrl, 7936 );
251  attrset->setAttr( NCstyle::DialogActiveFramePlain, 6144 | A_BOLD );
252  attrset->setAttr( NCstyle::DialogActiveFrameLabel, 0 );
253  attrset->setAttr( NCstyle::DialogActiveFrameData, 7936 );
254  attrset->setAttr( NCstyle::DialogActiveFrameHint, 0 | A_BOLD );
255  attrset->setAttr( NCstyle::DialogActiveFrameScrl, 7168 | A_BOLD );
256  attrset->setAttr( NCstyle::ListTitle, 7936 );
257  attrset->setAttr( NCstyle::ListPlain, 7936 );
258  attrset->setAttr( NCstyle::ListLabel, 7936 );
259  attrset->setAttr( NCstyle::ListData, 7168 | A_BOLD );
260  attrset->setAttr( NCstyle::ListHint, 7168 | A_BOLD );
261  attrset->setAttr( NCstyle::ListSelPlain, 6912 );
262  attrset->setAttr( NCstyle::ListSelLabel, 6912 );
263  attrset->setAttr( NCstyle::ListSelData, 7168 | A_BOLD );
264  attrset->setAttr( NCstyle::ListSelHint, 7168 | A_BOLD );
265  attrset->setAttr( NCstyle::ListActiveTitle, 7936 );
266  attrset->setAttr( NCstyle::ListActivePlain, 7936 );
267  attrset->setAttr( NCstyle::ListActiveLabel, 7936 );
268  attrset->setAttr( NCstyle::ListActiveData, 7168 | A_BOLD );
269  attrset->setAttr( NCstyle::ListActiveHint, 7168 | A_BOLD );
270  attrset->setAttr( NCstyle::ListActiveSelPlain, 0 );
271  attrset->setAttr( NCstyle::ListActiveSelLabel, 0 );
272  attrset->setAttr( NCstyle::ListActiveSelData, 0 | A_BOLD );
273  attrset->setAttr( NCstyle::ListActiveSelHint, 0 | A_BOLD );
274  attrset->setAttr( NCstyle::RichTextPlain, 0 );
275  attrset->setFg( NCstyle::RichTextPlain, 7 );
276  attrset->setAttr( NCstyle::RichTextTitle, 0 | A_BOLD );
277  attrset->setAttr( NCstyle::RichTextLink, 768 );
278  attrset->setAttr( NCstyle::RichTextArmedlink, 768 | A_BOLD );
279  attrset->setAttr( NCstyle::RichTextActiveArmedlink, 0 | A_BOLD );
280  attrset->setAttr( NCstyle::RichTextVisitedLink, 3 );
281  attrset->setAttr( NCstyle::RichTextB, 0 | A_BOLD );
282  attrset->setAttr( NCstyle::RichTextI, 0 | A_BOLD );
283  attrset->setAttr( NCstyle::RichTextT, 256 );
284  attrset->setAttr( NCstyle::RichTextBI, 512 | A_BOLD );
285  attrset->setAttr( NCstyle::RichTextBT, 256 | A_BOLD );
286  attrset->setAttr( NCstyle::RichTextIT, 256 );
287  attrset->setAttr( NCstyle::RichTextBIT, 256 | A_BOLD );
288  attrset->setAttr( NCstyle::ProgbarCh, 0x1720 );
289  attrset->setAttr( NCstyle::ProgbarBgch, 16160 );
290  attrset->setAttr( NCstyle::TextCursor, 7936 | A_BLINK );
291 }
292 
293 #endif // NCstyle_inverted_h