00001
00002
00004
00005 #if !defined(AFX_TSTDRENDERERSETTINGSDIALOG_H__06A9BC80_D87A_4160_A2B3_B6B24A07F076__INCLUDED_)
00006 #define AFX_TSTDRENDERERSETTINGSDIALOG_H__06A9BC80_D87A_4160_A2B3_B6B24A07F076__INCLUDED_
00007
00008 #if _MSC_VER > 1000
00009 #pragma once
00010 #endif // _MSC_VER > 1000
00011
00012 #include "stdrendersettings.h"
00013 #include <QCheckBox.h>
00014 class TRenderer;
00015
00016 class TStdRendererSettingsDialog : public stdRenderSettingsBase
00017 {
00018 private:
00019 TRenderer* renderer;
00020 public:
00021 TStdRendererSettingsDialog(TRenderer* rend);
00022 virtual ~TStdRendererSettingsDialog();
00023 void accept();
00024
00025 };
00026
00027 #include "TRenderer.h"
00028
00029 #endif // !defined(AFX_TSTDRENDERERSETTINGSDIALOG_H__06A9BC80_D87A_4160_A2B3_B6B24A07F076__INCLUDED_)