VR-Forces 4.0.4 Class Documentation
include/vrfGuiCoreQt/convoyToTaskDialog.h
Go to the documentation of this file.
00001 /******************************************************************************
00002 ** Copyright (c) 2008 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 ******************************************************************************/
00005 /******************************************************************************
00006 ** $RCSfile: convoyTaskDialog.h,v $ $Revision: 1.0 $ $State: Exp $
00007 ******************************************************************************/
00008 
00011 
00013 
00014 #pragma once
00015 
00016 #include <vrfGuiCoreQt/vrfGuiCoreQt.h>
00017 #include <vrfGuiCoreQt/DtBaseFilteredListViewTaskSetDialog.h>
00018 
00019 class QRadioButton;
00020 class QCheckBox;
00021 class QGroupBox;
00022 class QHBoxLayout;
00023 
00024 namespace makVrf
00025 {
00026    class DT_DLL_VRFGUICOREQT DtConvoyToTaskDialog : public DtBaseFilteredListViewTaskSetDialog
00027    {
00028       Q_OBJECT
00029 
00030    public:
00031       //CTOR
00032       DtConvoyToTaskDialog(makVrv::DtDe& de, QWidget* parent, const Qt::WindowFlags& flags = 0);
00033 
00034       //DTOR
00035       virtual ~DtConvoyToTaskDialog();
00036 
00038       virtual void setPathPlanEnabled(bool);
00039 
00041       virtual void setPlanPath(bool b);
00042 
00044       virtual bool planPath() const;
00045 
00046    protected:
00047       virtual QWidget* contents(const std::vector<makVrv::DtSimEntry*>& data);
00048 
00049       virtual void sendRequest();
00050 
00051    protected:
00052       virtual void setupGui(const std::vector<makVrv::DtSimEntry*>& data);
00053 
00054    protected:
00055       virtual void setupStatement(const DtSimStatement*);
00056       virtual void initializeSelectionFilters();
00057 
00058    public:
00059       QGroupBox*     myMovementBox;
00060       QHBoxLayout*   myMovementLayout;
00061       QCheckBox*     myPlanPathMoveButton;
00062    };
00063 
00064    class DT_DLL_VRFGUICOREQT DtConvoyToTaskDialogCreator : public DtVrfTaskSetDialogCreator
00065    {
00066    public:
00067       virtual DtTaskSetDialogInterface* create(makVrv::DtDe&, QWidget* parent);
00068       bool supportsType(int, const DtSimStatement*) const;
00069    };
00070 }

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)