Definition at line 71 of file ChangingToDemo.h. References OglGui::MyChViewListener, pickRandom, OglGui::MyChangingToViewListener::Reset(), ToCircle(), ToGrid(), ToOGL(), ToRandom(), ToSpiral(), and ToStack(). Referenced by OnRadioButton(), and WindowDisplayEvent(). 00072 { 00073 MyChViewListener.Reset(); 00074 switch(m) 00075 { 00076 case 0: ToGrid(); break; 00077 case 1: ToOGL(); break; 00078 case 2: ToSpiral(); break; 00079 case 3: ToCircle(); break; 00080 case 4: ToStack(); break; 00081 case 5: ToRandom(); break; 00082 case 6: pickRandom = true; 00083 } 00084 }
Here is the call graph for this function: ![]()
|