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
4bf6c8ba
Commit
4bf6c8ba
authored
Jan 11, 2010
by
Claes Sjofors
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Method Photo added to signals and to xtt toolbar
parent
87a1636d
Changes
14
Hide whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
127 additions
and
4 deletions
+127
-4
src/changelog.txt
src/changelog.txt
+2
-1
src/wbl/pwrb/src/pwrb_c_ai.wb_load
src/wbl/pwrb/src/pwrb_c_ai.wb_load
+12
-0
src/wbl/pwrb/src/pwrb_c_ao.wb_load
src/wbl/pwrb/src/pwrb_c_ao.wb_load
+12
-0
src/wbl/pwrb/src/pwrb_c_co.wb_load
src/wbl/pwrb/src/pwrb_c_co.wb_load
+12
-0
src/wbl/pwrb/src/pwrb_c_di.wb_load
src/wbl/pwrb/src/pwrb_c_di.wb_load
+12
-0
src/wbl/pwrb/src/pwrb_c_do.wb_load
src/wbl/pwrb/src/pwrb_c_do.wb_load
+12
-0
src/wbl/pwrb/src/pwrb_c_dv.wb_load
src/wbl/pwrb/src/pwrb_c_dv.wb_load
+12
-0
src/wbl/pwrb/src/pwrb_c_ii.wb_load
src/wbl/pwrb/src/pwrb_c_ii.wb_load
+12
-0
src/wbl/pwrb/src/pwrb_c_io.wb_load
src/wbl/pwrb/src/pwrb_c_io.wb_load
+12
-0
src/wbl/pwrb/src/pwrb_c_iv.wb_load
src/wbl/pwrb/src/pwrb_c_iv.wb_load
+13
-1
src/wbl/pwrb/src/pwrb_c_po.wb_load
src/wbl/pwrb/src/pwrb_c_po.wb_load
+12
-0
xtt/changelog.txt
xtt/changelog.txt
+2
-1
xtt/lib/xtt/src/xtt_methodtoolbar.cpp
xtt/lib/xtt/src/xtt_methodtoolbar.cpp
+1
-0
xtt/lib/xtt/src/xtt_methodtoolbar.h
xtt/lib/xtt/src/xtt_methodtoolbar.h
+1
-1
No files found.
src/changelog.txt
View file @
4bf6c8ba
...
...
@@ -126,4 +126,5 @@
091020 cs co wow_CreateList now with variable text size.
091111 cs gdh Bugfix in nethandler SetObjectInfo and GetObjectInfo.
091209 cs co Command line interpreter, command not converted to upper case any more.
091211 cs rtt rt_rtt runable on sev station to show qcom nodes and qcom applications.
\ No newline at end of file
091211 cs rtt rt_rtt runable on sev station to show qcom nodes and qcom applications.
100111 cs pwrb Attribute (and method) Photo added to signal objects.
\ No newline at end of file
src/wbl/pwrb/src/pwrb_c_ai.wb_load
View file @
4bf6c8ba
...
...
@@ -210,6 +210,18 @@ SObject pwrb:Class
EndBody
EndObject
!/**
! @Summary A photograph of the plant.
! A photograph of the plant.
! A URL to a photo of the equipment.
! The photo can be displayed from the popup menu for this object.
!*/
Object Photo $Attribute 20
Body SysBody
Attr PgmName = "Photo"
Attr TypeRef = "pwrs:Type-$URL"
EndBody
EndObject
!/**
! @Summary A note of the current status of the object.
! A note of the current status of the object.
! Notes are used to exchange information between operators. It is handled
...
...
src/wbl/pwrb/src/pwrb_c_ao.wb_load
View file @
4bf6c8ba
...
...
@@ -210,6 +210,18 @@ SObject pwrb:Class
EndBody
EndObject
!/**
! @Summary A photograph of the plant.
! A photograph of the plant.
! A URL to a photo of the equipment.
! The photo can be displayed from the popup menu for this object.
!*/
Object Photo $Attribute 18
Body SysBody
Attr PgmName = "Photo"
Attr TypeRef = "pwrs:Type-$URL"
EndBody
EndObject
!/**
! @Summary A note of the current status of the object.
! A note of the current status of the object.
! Notes are used to exchange information between operators. It is handled
...
...
src/wbl/pwrb/src/pwrb_c_co.wb_load
View file @
4bf6c8ba
...
...
@@ -197,6 +197,18 @@ SObject pwrb:Class
EndBody
EndObject
!/**
! @Summary A photograph of the plant.
! A photograph of the plant.
! A URL to a photo of the equipment.
! The photo can be displayed from the popup menu for this object.
!*/
Object Photo $Attribute 18
Body SysBody
Attr PgmName = "Photo"
Attr TypeRef = "pwrs:Type-$URL"
EndBody
EndObject
!/**
! @Summary A note of the current status of the object.
! A note of the current status of the object.
! Notes are used to exchange information between operators. It is handled
...
...
src/wbl/pwrb/src/pwrb_c_di.wb_load
View file @
4bf6c8ba
...
...
@@ -186,6 +186,18 @@ SObject pwrb:Class
EndBody
EndObject
!/**
! @Summary A photograph of the plant.
! A photograph of the plant.
! A URL to a photo of the equipment.
! The photo can be displayed from the popup menu for this object.
!*/
Object Photo $Attribute 17
Body SysBody
Attr PgmName = "Photo"
Attr TypeRef = "pwrs:Type-$URL"
EndBody
EndObject
!/**
! @Summary A note of the current status of the object.
! A note of the current status of the object.
! Notes are used to exchange information between operators. It is handled
...
...
src/wbl/pwrb/src/pwrb_c_do.wb_load
View file @
4bf6c8ba
...
...
@@ -171,6 +171,18 @@ SObject pwrb:Class
EndBody
EndObject
!/**
! @Summary A photograph of the plant.
! A photograph of the plant.
! A URL to a photo of the equipment.
! The photo can be displayed from the popup menu for this object.
!*/
Object Photo $Attribute 15
Body SysBody
Attr PgmName = "Photo"
Attr TypeRef = "pwrs:Type-$URL"
EndBody
EndObject
!/**
! @Summary A note of the current status of the object.
! A note of the current status of the object.
! Notes are used to exchange information between operators. It is handled
...
...
src/wbl/pwrb/src/pwrb_c_dv.wb_load
View file @
4bf6c8ba
...
...
@@ -153,6 +153,18 @@ SObject pwrb:Class
EndBody
EndObject
!/**
! @Summary A photograph of the plant.
! A photograph of the plant.
! A URL to a photo of the equipment.
! The photo can be displayed from the popup menu for this object.
!*/
Object Photo $Attribute 14
Body SysBody
Attr PgmName = "Photo"
Attr TypeRef = "pwrs:Type-$URL"
EndBody
EndObject
!/**
! @Summary A note of the current status of the object.
! A note of the current status of the object.
! Notes are used to exchange information between operators. It is handled
...
...
src/wbl/pwrb/src/pwrb_c_ii.wb_load
View file @
4bf6c8ba
...
...
@@ -173,6 +173,18 @@ SObject pwrb:Class
EndBody
EndObject
!/**
! @Summary A photograph of the plant.
! A photograph of the plant.
! A URL to a photo of the equipment.
! The photo can be displayed from the popup menu for this object.
!*/
Object Photo $Attribute 14
Body SysBody
Attr PgmName = "Photo"
Attr TypeRef = "pwrs:Type-$URL"
EndBody
EndObject
!/**
! @Summary A note of the current status of the object.
! A note of the current status of the object.
! Notes are used to exchange information between operators. It is handled
...
...
src/wbl/pwrb/src/pwrb_c_io.wb_load
View file @
4bf6c8ba
...
...
@@ -170,6 +170,18 @@ SObject pwrb:Class
EndBody
EndObject
!/**
! @Summary A photograph of the plant.
! A photograph of the plant.
! A URL to a photo of the equipment.
! The photo can be displayed from the popup menu for this object.
!*/
Object Photo $Attribute 14
Body SysBody
Attr PgmName = "Photo"
Attr TypeRef = "pwrs:Type-$URL"
EndBody
EndObject
!/**
! @Summary A note of the current status of the object.
! A note of the current status of the object.
! Notes are used to exchange information between operators. It is handled
...
...
src/wbl/pwrb/src/pwrb_c_iv.wb_load
View file @
4bf6c8ba
...
...
@@ -154,12 +154,24 @@ SObject pwrb:Class
! attribute. This will disable the CircuitDiagram method for this object, and
! for any child with empty CircuitDiagram attribute.
!*/
Object CircuitDiagram $Attribute
9
Object CircuitDiagram $Attribute
18
Body SysBody
Attr TypeRef = "pwrs:Type-$URL"
EndBody
EndObject
!/**
! @Summary A photograph of the plant.
! A photograph of the plant.
! A URL to a photo of the equipment.
! The photo can be displayed from the popup menu for this object.
!*/
Object Photo $Attribute 17
Body SysBody
Attr PgmName = "Photo"
Attr TypeRef = "pwrs:Type-$URL"
EndBody
EndObject
!/**
! @Summary A note of the current status of the object.
! A note of the current status of the object.
! Notes are used to exchange information between operators. It is handled
...
...
src/wbl/pwrb/src/pwrb_c_po.wb_load
View file @
4bf6c8ba
...
...
@@ -164,6 +164,18 @@ SObject pwrb:Class
EndBody
EndObject
!/**
! @Summary A photograph of the plant.
! A photograph of the plant.
! A URL to a photo of the equipment.
! The photo can be displayed from the popup menu for this object.
!*/
Object Photo $Attribute 18
Body SysBody
Attr PgmName = "Photo"
Attr TypeRef = "pwrs:Type-$URL"
EndBody
EndObject
!/**
! @Summary A note of the current status of the object.
! A note of the current status of the object.
! Notes are used to exchange information between operators. It is handled
...
...
xtt/changelog.txt
View file @
4bf6c8ba
...
...
@@ -155,4 +155,5 @@
091104 cs glow Fixcolor added to arc properties.
091106 cs ge Different ways to show hot object added: linewith, light color, dark color.
091208 cs xtt New pixmap for weblink in helpwindow.
091208 cs xtt EventSelectList exended to 40 elements.
\ No newline at end of file
091208 cs xtt EventSelectList exended to 40 elements.
100111 cs xtt Method Photo added to xtt toolbar.
\ No newline at end of file
xtt/lib/xtt/src/xtt_methodtoolbar.cpp
View file @
4bf6c8ba
...
...
@@ -28,6 +28,7 @@ xtt_sMethodButton XttMethodToolbar::m_data[XttMethodToolbar::m_size] =
{
"Note"
,
"$Object-Note"
,
"$Object-NoteFilter"
,
"$pwr_exe/xtt_meth_note.png"
,
"Note"
},
{
"Trend"
,
"$Object-OpenTrend"
,
"$Object-OpenTrendFilter"
,
"$pwr_exe/xtt_meth_trend.png"
,
"Trend"
},
{
"Fast"
,
"$Object-OpenFast"
,
"$Object-OpenFastFilter"
,
"$pwr_exe/xtt_meth_fast.png"
,
"Fast"
},
{
"Photo"
,
"$Object-Photo"
,
"$Object-PhotoFilter"
,
"$pwr_exe/xtt_meth_photo.png"
,
"Photo"
},
{
"Graph"
,
"$Object-OpenGraph"
,
"$Object-OpenGraphFilter"
,
"$pwr_exe/xtt_meth_graph.png"
,
"Graph"
},
{
"Object Graph"
,
"$Object-OpenObjectGraph"
,
"$Object-OpenObjectGraphFilter"
,
"$pwr_exe/xtt_meth_classgraph.png"
,
"Object Graph"
},
{
"Open Plc"
,
"$Object-OpenTrace"
,
"$Object-OpenTraceFilter"
,
"$pwr_exe/xtt_meth_trace.png"
,
"Open Plc"
},
...
...
xtt/lib/xtt/src/xtt_methodtoolbar.h
View file @
4bf6c8ba
...
...
@@ -32,7 +32,7 @@ typedef struct {
class
XttMethodToolbar
{
public:
static
const
int
m_size
=
1
4
;
static
const
int
m_size
=
1
5
;
static
xtt_sMethodButton
m_data
[
m_size
];
XNav
*
m_xnav
;
...
...
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