#include <boatdef.h>

Public Attributes | |
| enumBoatElementType | type |
| string | filename |
| CPoint3d | origin |
Definition at line 34 of file boatdef.h.
| enumBoatElementType CBoatElement::type |
the type of file this element was read from (sail, hull definition or 3D panels)
Reimplemented from CPanelGroup.
Definition at line 38 of file boatdef.h.
Referenced by CFormBoat::add(), CSailDoc::get(), CSailDoc::put(), and CBoatElementWidget::slotReload().
| string CBoatElement::filename |
the name of the file this element was read from
Definition at line 40 of file boatdef.h.
Referenced by CFormBoat::add(), CSailDoc::get(), CSailDoc::put(), CBoatElementWidget::setElement(), and CBoatElementWidget::slotReload().
the origin of the element
Definition at line 42 of file boatdef.h.
Referenced by CSailDoc::get(), CSailDoc::put(), CBoatElementWidget::setElement(), and CBoatElementWidget::slotUpdate().
1.5.6