Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
gepetto-viewer-corba
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Gepetto
gepetto-viewer-corba
Commits
f978e0b1
Commit
f978e0b1
authored
7 years ago
by
Joseph Mirabel
Committed by
Joseph Mirabel
7 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Expose more functions in PyQgv
parent
7e3233fc
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
plugins/pyqgv/decorator.cc
+1
-0
1 addition, 0 deletions
plugins/pyqgv/decorator.cc
plugins/pyqgv/decorator.hh
+1
-0
1 addition, 0 deletions
plugins/pyqgv/decorator.hh
with
2 additions
and
0 deletions
plugins/pyqgv/decorator.cc
+
1
−
0
View file @
f978e0b1
...
@@ -38,6 +38,7 @@ QGVEdge* QGVDecorator::addEdge(QGVScene* s, QGVNode* source, QGVNode* target, co
...
@@ -38,6 +38,7 @@ QGVEdge* QGVDecorator::addEdge(QGVScene* s, QGVNode* source, QGVNode* target, co
// QGVSubGraph* QGVDecorator::addSubGraph(const QString& name, bool cluster=true);
// QGVSubGraph* QGVDecorator::addSubGraph(const QString& name, bool cluster=true);
void
QGVDecorator
::
setRootNode
(
QGVScene
*
s
,
QGVNode
*
node
)
{
s
->
setRootNode
(
node
);
}
void
QGVDecorator
::
setRootNode
(
QGVScene
*
s
,
QGVNode
*
node
)
{
s
->
setRootNode
(
node
);
}
void
QGVDecorator
::
setNodePositionAttribute
(
QGVScene
*
s
)
{
s
->
setNodePositionAttribute
();
}
// void QGVDecorator::setNodePositionAttribute();
// void QGVDecorator::setNodePositionAttribute();
...
...
This diff is collapsed.
Click to expand it.
plugins/pyqgv/decorator.hh
+
1
−
0
View file @
f978e0b1
...
@@ -43,6 +43,7 @@ namespace PyQgv {
...
@@ -43,6 +43,7 @@ namespace PyQgv {
// QGVSubGraph* addSubGraph(const QString& name, bool cluster=true);
// QGVSubGraph* addSubGraph(const QString& name, bool cluster=true);
void
setRootNode
(
QGVScene
*
s
,
QGVNode
*
node
);
void
setRootNode
(
QGVScene
*
s
,
QGVNode
*
node
);
void
setNodePositionAttribute
(
QGVScene
*
s
);
// void setNodePositionAttribute();
// void setNodePositionAttribute();
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment