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

void OglGui::SizableDirectionButton::Init ( int  w,
int  h,
float  dir,
int  brdType 
) [inline, private]

Definition at line 54 of file SizableDirectionButton.h.

References OglGui::OglWindow::ConnectTo(), OglGui::OglWindow::GetOGLWND(), mDirectionButton, OglGui::Window::SetAllowScaling(), SetColors(), and OglGui::DirectionButton::SetMargin().

00055     {
00056         mDirectionButton = new DirectionButton(this,0,0,w,h,dir,brdType);
00057         mDirectionButton->SetMargin(1);
00058         mDirectionButton->ConnectTo(this);
00059         mDirectionButton->SetAllowScaling(false);
00060         SetColors(oglBLACK,oglBLACK);
00061         oglSys.SetNoMouseInput(mDirectionButton->GetOGLWND(),true);
00062     }

Here is the call graph for this function:


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