Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
CGoGN
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Thomas Pitiot
CGoGN
Commits
4a94810e
Commit
4a94810e
authored
Feb 06, 2012
by
Sylvain Thery
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug of compilation (cut/paste) in show_traversors / minor modification in tuto_orbits
parent
6f1d3b2c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
5 deletions
+6
-5
Apps/Tuto/show_traversors.cpp
Apps/Tuto/show_traversors.cpp
+1
-1
Apps/Tuto/show_traversors.h
Apps/Tuto/show_traversors.h
+3
-3
Apps/Tuto/tuto_orbits.cpp
Apps/Tuto/tuto_orbits.cpp
+2
-1
No files found.
Apps/Tuto/show_traversors.cpp
View file @
4a94810e
...
...
@@ -23,7 +23,7 @@
*******************************************************************************/
#include "
tuto5
.h"
#include "
show_traversors
.h"
#include <iostream>
...
...
Apps/Tuto/show_traversors.h
View file @
4a94810e
...
...
@@ -21,8 +21,8 @@
* Contact information: cgogn@unistra.fr *
* *
*******************************************************************************/
#ifndef __
TUTO5
_
#define __
TUTO5
_
#ifndef __
SHOW_TRAVERSORS
_
#define __
SHOW_TRAVERSORS
_
#include <iostream>
...
...
@@ -54,7 +54,7 @@
#include "Utils/Qt/qtSimple.h"
#include "ui_
tuto5
.h"
#include "ui_
show_traversors
.h"
// inclure qtui.h juste après le ui_xxx.h
#include "Utils/Qt/qtui.h"
...
...
Apps/Tuto/tuto_orbits.cpp
View file @
4a94810e
...
...
@@ -61,6 +61,7 @@ void MyQT::orbit_list(int x)
{
storeVerticesInfo
<
int
>
(
m_att_orbits
[
x
]);
current_orbit
=
x
;
m_selected
.
clear
();
updateGL
();
}
...
...
@@ -234,7 +235,7 @@ int main(int argc, char **argv)
sqt
.
setDock
(
&
dock
);
// message d'aide
sqt
.
setHelpMsg
(
"
Enter pour dock on/off
\n
Shift Enter pour console on/off
\n
Shift Click gauche pour selectionner un brin
"
);
sqt
.
setHelpMsg
(
"
Select an orbit then
\n
shift click left to select a dart
"
);
sqt
.
initMap
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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