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

Button* OglGui::ConceptSupportControl::CmdButton ( int  x,
int  y,
int  w,
int  h,
strconst  str,
int  userData 
) [inline, private]

Definition at line 114 of file ConceptSupportControl.h.

References OglGui::Button::SetButtonListener().

Referenced by Init().

00115     {
00116         Button* btn = new Button(this, x, y, w, h, str, 4, 1);
00117         btn->SetButtonListener(this, userData);
00118         return btn;
00119     }

Here is the call graph for this function:


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