Class: Sketchup::Styles

Inherits:
Entity show all
Includes:
Enumerable
Defined in:
lib/styles.rb

Instance Method Summary collapse

Methods inherited from Entity

#add_observer, #attribute_dictionaries, #attribute_dictionary, #delete_attribute, #deleted?, #entityID, #get_attribute, #model, #remove_observer, #set_attribute, #to_s, #typename, #valid?

Instance Method Details

#[]Object



7
8
# File 'lib/styles.rb', line 7

def []
end

#active_styleObject



9
10
# File 'lib/styles.rb', line 9

def active_style
end

#active_style_changedObject



11
12
# File 'lib/styles.rb', line 11

def active_style_changed
end

#add_styleObject



13
14
# File 'lib/styles.rb', line 13

def add_style
end

#countObject



15
16
# File 'lib/styles.rb', line 15

def count
end

#eachObject



17
18
# File 'lib/styles.rb', line 17

def each
end

#lengthObject

Since:

  • SketchUp 2014



21
22
# File 'lib/styles.rb', line 21

def length
end

#parentObject



24
25
# File 'lib/styles.rb', line 24

def parent
end

#purge_unusedObject



26
27
# File 'lib/styles.rb', line 26

def purge_unused
end

#selected_styleObject



28
29
# File 'lib/styles.rb', line 28

def selected_style
end

#selected_style=Object



30
31
# File 'lib/styles.rb', line 30

def selected_style=
end

#sizeObject



32
33
# File 'lib/styles.rb', line 32

def size
end

#update_selected_styleObject



34
35
# File 'lib/styles.rb', line 34

def update_selected_style
end