Home || Visual Search || Applications || Architecture || Important Messages || OGL || Src

void OglGui::ChangingToDemo::SelectMode ( int  m  )  [inline, protected]

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:


Generated on Thu Jan 13 09:26:13 2011 for ImpalaSrc by  doxygen 1.5.1