src/gldraw.h

changeset 196
47f4f4543152
parent 195
7a776f6b0d2a
child 197
82a868e9e929
equal deleted inserted replaced
195:7a776f6b0d2a 196:47f4f4543152
23 #include <qtimer.h> 23 #include <qtimer.h>
24 #include <qdialog.h> 24 #include <qdialog.h>
25 #include "common.h" 25 #include "common.h"
26 #include "ldtypes.h" 26 #include "ldtypes.h"
27 27
28 class QDialogButtonBox;
28 class RadioBox; 29 class RadioBox;
29 class QDoubleSpinBox; 30 class QDoubleSpinBox;
30 class QSpinBox; 31 class QSpinBox;
31 class QLineEdit; 32 class QLineEdit;
32 33
141 ushort ofsy () const; 142 ushort ofsy () const;
142 double lwidth () const; 143 double lwidth () const;
143 double lheight () const; 144 double lheight () const;
144 GL::Camera camera () const; 145 GL::Camera camera () const;
145 146
146 public slots:
147 void slot_fpath () const;
148 void slot_help () const;
149
150 private: 147 private:
151 RadioBox* rb_camera; 148 RadioBox* rb_camera;
152 QPushButton* btn_fpath; 149 QPushButton* btn_fpath;
153 QLineEdit* le_fpath; 150 QLineEdit* le_fpath;
154 QSpinBox* sb_ofsx, *sb_ofsy; 151 QSpinBox* sb_ofsx, *sb_ofsy;
155 QDoubleSpinBox* dsb_lwidth, *dsb_lheight; 152 QDoubleSpinBox* dsb_lwidth, *dsb_lheight;
153 QDialogButtonBox* dbb_buttons;
154
155 private slots:
156 void slot_fpath ();
157 void slot_help ();
158 void slot_dimensionsChanged ();
156 }; 159 };
157 160
158 #endif // GLDRAW_H 161 #endif // GLDRAW_H

mercurial