Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenFlipper-Free
OpenFlipper
Commits
dca90a1f
Commit
dca90a1f
authored
Feb 26, 2019
by
Jan Möbius
Browse files
Made slotObjectUpdated public, as needed by python scripting
parent
54b64a52
Changes
1
Hide whitespace changes
Inline
Side-by-side
Core/Core.hh
View file @
dca90a1f
...
...
@@ -416,11 +416,12 @@ signals:
/** @name Slots called by the plugins
* @{ */
//===========================================================================
p
rivate
slots
:
p
ublic
slots
:
/// Called by the plugins if they changed something in the object list (deleted, added, or other property changes)
void
slotObjectUpdated
(
int
_identifier
,
const
UpdateType
&
_type
=
UPDATE_ALL
);
private
slots
:
/// Called when a plugin changes the visibility of an object
void
slotVisibilityChanged
(
int
_id
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment