Commit 56ae4058 authored by claes's avatar claes

Photo attribute in planthier

parent a40c6486
/* /*
* Proview $Id: pwr_class.h,v 1.20 2006-03-31 14:44:52 claes Exp $ * Proview $Id: pwr_class.h,v 1.21 2006-04-05 08:41:34 claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB. * Copyright (C) 2005 SSAB Oxelsund AB.
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or
...@@ -1029,6 +1029,7 @@ struct pwr_s_PlantHier ...@@ -1029,6 +1029,7 @@ struct pwr_s_PlantHier
pwr_tObjid DefTrend; pwr_tObjid DefTrend;
pwr_tString40 HelpTopic; pwr_tString40 HelpTopic;
pwr_tURL DataSheet; pwr_tURL DataSheet;
pwr_tURL Photo;
}; };
/* Node defining classes. */ /* Node defining classes. */
......
! !
! Proview $Id: pwrs_c_planthier.wb_load,v 1.10 2006-03-31 14:47:15 claes Exp $ ! Proview $Id: pwrs_c_planthier.wb_load,v 1.11 2006-04-05 08:41:34 claes Exp $
! Copyright (C) 2005 SSAB Oxelsund AB. ! Copyright (C) 2005 SSAB Oxelsund AB.
! !
! This program is free software; you can redistribute it and/or ! This program is free software; you can redistribute it and/or
...@@ -113,6 +113,18 @@ SObject pwrs:Class ...@@ -113,6 +113,18 @@ SObject pwrs:Class
Attr TypeRef = "pwrs:Type-$URL" Attr TypeRef = "pwrs:Type-$URL"
EndBody EndBody
EndObject 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 7
Body SysBody
Attr PgmName = "Photo"
Attr TypeRef = "pwrs:Type-$URL"
EndBody
EndObject
EndObject EndObject
Object NavigatorPosnn $Menu Object NavigatorPosnn $Menu
Object Pointed $Menu Object Pointed $Menu
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment