VR-Forces 4.0.4 Class Documentation
include/terrainqt/terrainOptionsMenu.h
Go to the documentation of this file.
00001 /*********************************************************************
00002 ** Copyright (c) 2003 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 *********************************************************************/
00005 /*********************************************************************
00006 ** $RCSfile: terrainOptionsMenu.h,v $ $Revision: 1.4 $ $State: Exp $
00007 *********************************************************************/
00008 
00011 
00012 #ifndef DTTERRAINOPTIONSMENU_H
00013 #define DTTERRAINOPTIONSMENU_H
00014 
00015 #include "tmqt/tmOptionsMenu.h"
00016 
00017 #include "terrainqt/terrainqtDefines.h"
00018 class DT_DLL_terrainqt DtTerrainOptionsMenu : public DtTMOptionsMenu
00019 {
00020    Q_OBJECT
00021 
00022 public:
00023    DtTerrainOptionsMenu ( QWidget * parent, bool  display = true );
00024    virtual ~DtTerrainOptionsMenu();
00025 
00032    virtual bool initMenuItems();
00033 
00034 protected:
00036    virtual void initOptionChangesMenu();
00037    virtual bool initActionGroups();
00038    virtual DtActionGroup* getActionGroupForType(DtMenuItemType iType);
00039 
00040    virtual void addCompletedItemsToMenu();
00041 
00042 public:
00043    static DtPopupMenu* create(QWidget* parent, bool display = true);
00044 
00045 protected:
00046    DtActionGroup* myOptionToggleActionGroup;
00047 };
00048 
00049 #endif

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)