GUIGlChildWindow.cpp File Reference


Detailed Description

Author:
Daniel Krajzewicz
Date:
Tue, 29.05.2005
Version:
Id
GUIGlChildWindow.cpp 8236 2010-02-10 11:16:41Z behrisch

Definition in file GUIGlChildWindow.cpp.

#include <config.h>
#include "GUIGlChildWindow.h"
#include <utils/gui/images/GUIIconSubSys.h>
#include <utils/gui/windows/GUIAppEnum.h>
#include <utils/foxtools/MFXCheckableButton.h>

Go to the source code of this file.

Functions

 FXDEFMAP (GUIGlChildWindow) GUIGlChildWindowMap[]
 FXIMPLEMENT (GUIGlChildWindow, FXMDIChild, GUIGlChildWindowMap, ARRAYNUMBER(GUIGlChildWindowMap)) GUIGlChildWindow


Function Documentation

FXDEFMAP ( GUIGlChildWindow   ) 

FXIMPLEMENT ( GUIGlChildWindow  ,
FXMDIChild  ,
GUIGlChildWindowMap  ,
ARRAYNUMBER(GUIGlChildWindowMap)   
)

Definition at line 51 of file GUIGlChildWindow.cpp.

00061         : FXMDIChild(p, name, ic, mdimenu, opts, x, y, w, h),
00062         myView(0) {
00063     // Make MDI Window Menu
00064     setTracking();
00065     myContentFrame =
00066         new FXVerticalFrame(this,
00067                             FRAME_SUNKEN|LAYOUT_SIDE_TOP|LAYOUT_FILL_X|LAYOUT_FILL_Y,
00068                             0,0,0,0,0,0,0,0);
00069     // build the tool bar
00070     buildNavigationToolBar(); // always there (recenter)
00071     buildColoringToolBar(); // always there (coloring)
00072     buildScreenshotToolBar(); // always there (screen shot)
00073 }


Generated on Wed May 5 00:06:37 2010 for Sumo - Simulation of Urban MObility by  doxygen 1.5.6