Home || Architecture || Video Search || Visual Search || Scripts || Applications || 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 Fri Mar 19 12:00:29 2010 for ImpalaSrc by  doxygen 1.5.1