Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
gmsh
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
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Larry Price
gmsh
Commits
6d48f03c
Commit
6d48f03c
authored
12 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
oops
parent
f68e1c13
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Fltk/onelabWindow.cpp
+5
-0
5 additions, 0 deletions
Fltk/onelabWindow.cpp
Fltk/onelabWindow.h
+4
-4
4 additions, 4 deletions
Fltk/onelabWindow.h
with
9 additions
and
4 deletions
Fltk/onelabWindow.cpp
+
5
−
0
View file @
6d48f03c
...
@@ -615,6 +615,11 @@ onelabWindow::onelabWindow(int deltaFontSize)
...
@@ -615,6 +615,11 @@ onelabWindow::onelabWindow(int deltaFontSize)
FL_NORMAL_SIZE
+=
_deltaFontSize
;
FL_NORMAL_SIZE
+=
_deltaFontSize
;
}
}
int
onelabWindow
::
meshAuto
(){
return
_gear
->
menu
()[
3
].
value
();
}
int
onelabWindow
::
mergeAuto
(){
return
_gear
->
menu
()[
4
].
value
();
}
int
onelabWindow
::
hideNewViews
(){
return
_gear
->
menu
()[
5
].
value
();
}
int
onelabWindow
::
showLastStep
(){
return
_gear
->
menu
()[
6
].
value
();
}
static
bool
getFlColor
(
const
std
::
string
&
str
,
Fl_Color
&
c
)
static
bool
getFlColor
(
const
std
::
string
&
str
,
Fl_Color
&
c
)
{
{
if
(
str
==
"1"
){
if
(
str
==
"1"
){
...
...
This diff is collapsed.
Click to expand it.
Fltk/onelabWindow.h
+
4
−
4
View file @
6d48f03c
...
@@ -51,10 +51,10 @@ class onelabWindow{
...
@@ -51,10 +51,10 @@ class onelabWindow{
bool
isBusy
();
bool
isBusy
();
void
show
(){
_win
->
show
();
}
void
show
(){
_win
->
show
();
}
int
shown
(){
return
_win
->
shown
();
}
int
shown
(){
return
_win
->
shown
();
}
int
meshAuto
()
{
return
_gear
->
menu
()[
2
].
value
();
}
int
meshAuto
()
;
int
mergeAuto
()
{
return
_gear
->
menu
()[
3
].
value
();
}
int
mergeAuto
()
;
int
hideNewViews
()
{
return
_gear
->
menu
()[
4
].
value
();
}
int
hideNewViews
()
;
int
showLastStep
()
{
return
_gear
->
menu
()[
5
].
value
();
}
int
showLastStep
()
;
std
::
string
getPath
(
Fl_Tree_Item
*
item
)
std
::
string
getPath
(
Fl_Tree_Item
*
item
)
{
{
char
path
[
1024
];
char
path
[
1024
];
...
...
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