aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v3dv/dal_doc_objects.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sisu/v3dv/dal_doc_objects.rb')
-rw-r--r--lib/sisu/v3dv/dal_doc_objects.rb20
1 files changed, 10 insertions, 10 deletions
diff --git a/lib/sisu/v3dv/dal_doc_objects.rb b/lib/sisu/v3dv/dal_doc_objects.rb
index 904c8448..11ccb0d0 100644
--- a/lib/sisu/v3dv/dal_doc_objects.rb
+++ b/lib/sisu/v3dv/dal_doc_objects.rb
@@ -62,7 +62,7 @@ module SiSU_DocumentStructure
obj=h ? h : o
end
end
- class Object_metadata
+ class ObjectMetadata
attr_accessor :is,:of,:tags,:obj,:digest
def initialize
@tags={}
@@ -78,7 +78,7 @@ module SiSU_DocumentStructure
self
end
end
- class Object_meta
+ class ObjectMeta
attr_accessor :obj,:is,:of,:tag,:digest,:tmp
def initialize
@is=@obj=@tag=@digest=@digest=@tmp=nil
@@ -95,7 +95,7 @@ module SiSU_DocumentStructure
self
end
end
- class Object_heading
+ class ObjectHeading
attr_accessor :obj,:is,:tags,:of,:lv,:ln,:toc_,:name,:idx,:ocn,:odv,:osp,:node,:parent,:ocn_,:note_,:autonum_,:digest,:tmp
def initialize
@of='para'
@@ -166,7 +166,7 @@ module SiSU_DocumentStructure
self
end
end
- class Object_para
+ class ObjectPara
attr_accessor :obj,:is,:tags,:of,:name,:idx,:bullet_,:indent,:hang,:ocn,:odv,:osp,:parent,:note_,:image_,:ocn_,:digest,:tmp
def initialize
@of='para'
@@ -222,7 +222,7 @@ module SiSU_DocumentStructure
self
end
end
- class Object_block_txt
+ class ObjectBlockTxt
attr_accessor :obj,:is,:of,:tags,:idx,:ocn,:odv,:osp,:parent,:note_,:number_,:ocn_,:digest,:tmp
def initialize
@of='block'
@@ -326,7 +326,7 @@ module SiSU_DocumentStructure
self
end
end
- class Object_table
+ class ObjectTable
attr_accessor :obj,:is,:of,:lv,:tags,:name,:idx,:indent,:hang,:size,:ocn,:number,:head_,:cols,:widths,:odv,:osp,:parent,:note_,:ocn_,:digest,:tmp
def initialize
@of='block'
@@ -356,7 +356,7 @@ module SiSU_DocumentStructure
self
end
end
- class Object_image
+ class ObjectImage
attr_accessor :obj,:is,:of,:lv,:idx,:size,:ocn,:parent,:note_,:ocn_,:digest,:tmp
def initialize
@of='image'
@@ -384,7 +384,7 @@ module SiSU_DocumentStructure
self
end
end
- class Object_structure
+ class ObjectStructure
attr_accessor :obj,:tag,:node,:lv,:ln,:status,:is,:of,:tmp
def initialize
@of='structure'
@@ -403,7 +403,7 @@ module SiSU_DocumentStructure
self
end
end
- class Object_comment
+ class ObjectComment
attr_accessor :obj,:is,:of,:tmp
def initialize
@of='comment'
@@ -418,7 +418,7 @@ module SiSU_DocumentStructure
self
end
end
- class Object_layout
+ class ObjectLayout
attr_accessor :obj,:is,:of,:tmp
def initialize
@of='layout'