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

Button* OglGui::IPhoneApp::AddCommand ( strconst  cmd,
Window wnd 
) [inline]

Definition at line 35 of file IPhoneApp.h.

References mCmdBtnWnd, and OglGui::Button::SetButtonListener().

00036     {
00037         Button* btn = new Button(mCmdBtnWnd, 116, 60, cmd, BEV_ETCHED, true);
00038         btn->SetButtonListener(this, (void*) wnd);
00039         return btn;
00040     }

Here is the call graph for this function:


Generated on Fri Mar 19 12:02:14 2010 for ImpalaSrc by  doxygen 1.5.1