Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
proview
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
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
Esteban Blanc
proview
Commits
3dcb3683
Commit
3dcb3683
authored
Dec 06, 2005
by
claes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Attribute name window displayed permanently
parent
3b326828
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
272 additions
and
62 deletions
+272
-62
xtt/lib/ge/src/ge_curve.cpp
xtt/lib/ge/src/ge_curve.cpp
+261
-61
xtt/lib/ge/src/ge_curve.h
xtt/lib/ge/src/ge_curve.h
+11
-1
No files found.
xtt/lib/ge/src/ge_curve.cpp
View file @
3dcb3683
This diff is collapsed.
Click to expand it.
xtt/lib/ge/src/ge_curve.h
View file @
3dcb3683
/*
* Proview $Id: ge_curve.h,v 1.
7 2005-11-17 09:03:20
claes Exp $
* Proview $Id: ge_curve.h,v 1.
8 2005-12-06 10:45:12
claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB.
*
* This program is free software; you can redistribute it and/or
...
...
@@ -57,6 +57,7 @@ class GeCurveData {
int
rows
;
int
cols
;
pwr_tAName
name
[
CURVE_MAX_COLS
];
char
unit
[
CURVE_MAX_COLS
][
16
];
double
*
data
[
CURVE_MAX_COLS
];
double
max_value
[
CURVE_MAX_COLS
];
double
min_value
[
CURVE_MAX_COLS
];
...
...
@@ -100,6 +101,7 @@ class GeCurve {
Widget
grow_widget
;
Widget
curve_widget
;
Widget
axisform_widget
;
Widget
nameform_widget
;
Widget
curveform_widget
;
Widget
pane_widget
;
Widget
toplevel
;
...
...
@@ -121,11 +123,17 @@ class GeCurve {
glow_eDrawType
border_bright
;
grow_tObject
curve_object
;
grow_tObject
curve_axisobject
;
grow_tObject
curve_markobject
;
GeCurveData
*
cd
;
double
axis_window_width
;
int
hide
[
CURVE_MAX_COLS
];
grow_tObject
name_rect
[
CURVE_MAX_COLS
];
grow_tObject
hide_rect
[
CURVE_MAX_COLS
];
grow_tObject
hide_l1
[
CURVE_MAX_COLS
];
grow_tObject
hide_l2
[
CURVE_MAX_COLS
];
grow_tObject
scale_rect
[
CURVE_MAX_COLS
];
grow_tObject
mark_annot
[
CURVE_MAX_COLS
];
grow_tObject
cursor_annot
[
CURVE_MAX_COLS
];
grow_tObject
axis_rect
[
CURVE_MAX_COLS
];
grow_tObject
axis_object
[
CURVE_MAX_COLS
];
grow_tObject
axis_lineobject
;
...
...
@@ -136,6 +144,8 @@ class GeCurve {
void
(
*
help_cb
)(
void
*
);
int
initial_right_position
;
char
title
[
300
];
double
last_cursor_x
;
double
last_mark_x
;
int
read_file
(
char
*
filename
);
int
configure_curves
();
...
...
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