VR-Forces 4.0.4 Class Documentation
include/vrvOsgQt/DtLoaderSettingsWidget.h
Go to the documentation of this file.
00001 /*****************************************************************************
00002  * Copyright (c) 2012 MAK Technologies, Inc.
00003  * All rights reserved.
00004  *****************************************************************************/
00005 
00009 
00010 #pragma once
00011 
00012 #include <vrvOsgQt/vrvOsgQt.h>
00013 #include <vrvOsgQt/DtLoaderSettingsInterface.h>
00014 #include <QtGui/QWidget>
00015 
00016 class QCheckBox;
00017 class QVBoxLayout;
00018 class QLabel;
00019 class QComboBox;
00020 class QSlider;
00021 class QGroupBox;
00022 class QRadioButton;
00023 class QSpinBox;
00024 class QDoubleSpinBox;
00025 
00026 namespace makVrv
00027 {
00028 
00031    class DT_DLL_VRVOSGQT DtLoaderSettingsWidget
00032       : public QWidget, public DtLoaderSettingsInterface
00033    {
00034 
00035       Q_OBJECT
00036 
00037    public:
00038 
00040       DtLoaderSettingsWidget( QWidget* parent, Qt::WindowFlags f = Qt::Widget );
00041 
00043       virtual ~DtLoaderSettingsWidget();
00044 
00046       virtual void setDdsFlip( bool state );
00047 
00048    protected slots:
00049 
00051       void on_ddsFlipCheckChanged( int state );
00052 
00053    protected:
00054 
00057       void setupGui();
00058 
00059    protected:
00060 
00061       QCheckBox* myDdsFlipCheckbox;
00062       QVBoxLayout* myMainLayout;
00063 
00064    };
00065 
00066 }

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)