git-svn-id: svn://db.shs.com.ru/libs@304 a8b55f48-bf90-11e4-a774-851b48703e85

This commit is contained in:
2017-10-23 07:51:15 +00:00
parent 7353ce37ba
commit 2720d96bbb
2 changed files with 17 additions and 1 deletions

View File

@@ -154,6 +154,7 @@ protected:
int timer_thumb, thumb_hide_delay, thick;
bool mm_drag, new_bus, new_branch, moved, mm_cancel, iconnect, mm_copy, mm_thumb, ae_enabled, is_nav_anim;
bool grid_visible, grid_snap, pm_connect, navigation, m_connect, m_trace_with_buses, m_pin_mc, minimap;
bool nav_prev_aa, nav_prev_grid;
double grid_step, grid_points, cur_scl, _talpha, thumb_scl;
protected slots:
@@ -169,6 +170,7 @@ protected slots:
void sceneSelectionChanged();
void _setThumb(double v);
void _setNav(QRectF v);
void _navFinished();
public slots:
void setGridPen(const QPen & pen) {grid_pen = pen; _updateBack();}