mirror of
https://github.com/KLayout/klayout.git
synced 2026-09-03 16:30:20 +02:00
More range for NoQt option - covers lym (without MacroCollection), drc, lvs and buddies now
This commit is contained in:
@@ -171,8 +171,6 @@ public:
|
||||
|
||||
void update_image ();
|
||||
|
||||
virtual void paintEvent (QPaintEvent *);
|
||||
|
||||
/**
|
||||
* @brief Specifies the global transformation which is always applied first
|
||||
*/
|
||||
@@ -386,6 +384,7 @@ private:
|
||||
|
||||
QMutex m_mutex;
|
||||
|
||||
virtual void paintEvent (QPaintEvent *);
|
||||
virtual void resizeEvent (QResizeEvent *);
|
||||
virtual bool event (QEvent *e);
|
||||
virtual void key_event (unsigned int key, unsigned int buttons);
|
||||
|
||||
@@ -2673,6 +2673,7 @@ public slots:
|
||||
void min_hier_changed (int i);
|
||||
void max_hier_changed (int i);
|
||||
|
||||
private:
|
||||
// event handlers used to connect to the layout object's events
|
||||
void signal_hier_changed ();
|
||||
void signal_bboxes_from_layer_changed (unsigned int cv_index, unsigned int layer_index);
|
||||
|
||||
Reference in New Issue
Block a user