Lines Matching refs:addChild

197 	addChild(new LightAmountCase(m_context, "none",				0,		0,		0	));
198 addChild(new LightAmountCase(m_context, "1dir", 1, 0, 0 ));
199 addChild(new LightAmountCase(m_context, "2dir", 2, 0, 0 ));
200 addChild(new LightAmountCase(m_context, "4dir", 4, 0, 0 ));
201 addChild(new LightAmountCase(m_context, "6dir", 6, 0, 0 ));
202 addChild(new LightAmountCase(m_context, "8dir", 8, 0, 0 ));
203 addChild(new LightAmountCase(m_context, "10dir", 10, 0, 0 ));
204 addChild(new LightAmountCase(m_context, "12dir", 12, 0, 0 ));
205 addChild(new LightAmountCase(m_context, "14dir", 14, 0, 0 ));
206 addChild(new LightAmountCase(m_context, "16dir", 16, 0, 0 ));
207 addChild(new LightAmountCase(m_context, "1omni", 0, 1, 0 ));
208 addChild(new LightAmountCase(m_context, "2omni", 0, 2, 0 ));
209 addChild(new LightAmountCase(m_context, "4omni", 0, 4, 0 ));
210 addChild(new LightAmountCase(m_context, "6omni", 0, 6, 0 ));
211 addChild(new LightAmountCase(m_context, "8omni", 0, 8, 0 ));
212 addChild(new LightAmountCase(m_context, "10omni", 0, 10, 0 ));
213 addChild(new LightAmountCase(m_context, "12omni", 0, 12, 0 ));
214 addChild(new LightAmountCase(m_context, "14omni", 0, 14, 0 ));
215 addChild(new LightAmountCase(m_context, "16omni", 0, 16, 0 ));
216 // addChild(new LightAmountCase(m_context, "1spot", 0, 0, 1 ));
217 // addChild(new LightAmountCase(m_context, "2spot", 0, 0, 2 ));
218 // addChild(new LightAmountCase(m_context, "4spot", 0, 0, 4 ));
219 // addChild(new LightAmountCase(m_context, "6spot", 0, 0, 6 ));
220 // addChild(new LightAmountCase(m_context, "8spot", 0, 0, 8 ));
221 // addChild(new LightAmountCase(m_context, "1dir_1omni", 1, 1, 0 ));
222 // addChild(new LightAmountCase(m_context, "2dir_2omni", 2, 2, 0 ));
223 // addChild(new LightAmountCase(m_context, "4dir_4omni", 4, 4, 0 ));
224 // addChild(new LightAmountCase(m_context, "1dir_1spot", 1, 0, 1 ));
225 // addChild(new LightAmountCase(m_context, "2dir_2spot", 2, 0, 2 ));
226 // addChild(new LightAmountCase(m_context, "4dir_4spot", 4, 0, 4 ));
227 // addChild(new LightAmountCase(m_context, "1omni_1spot", 0, 1, 1 ));
228 // addChild(new LightAmountCase(m_context, "2omni_2spot", 0, 2, 2 ));
229 // addChild(new LightAmountCase(m_context, "4omni_4spot", 0, 4, 4 ));
230 // addChild(new LightAmountCase(m_context, "1dir_1omni_1spot", 1, 1, 1 ));
231 // addChild(new LightAmountCase(m_context, "2dir_2omni_2spot", 2, 2, 2 ));
232 // addChild(new LightAmountCase(m_context, "4dir_2omni_2spot", 4, 2, 2 ));
233 // addChild(new LightAmountCase(m_context, "2dir_4omni_2spot", 2, 4, 2 ));
234 // addChild(new LightAmountCase(m_context, "2dir_2omni_4spot", 2, 2, 4 ));
235 // addChild(new LightAmountCase(m_context, "4dir_4omni_4spot", 4, 4, 4 ));