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
7
8
|
# File 'lib/styles.rb', line 7
def []
end
|
#active_style ⇒ Object
9
10
|
# File 'lib/styles.rb', line 9
def active_style
end
|
#active_style_changed ⇒ Object
11
12
|
# File 'lib/styles.rb', line 11
def active_style_changed
end
|
#add_style ⇒ Object
13
14
|
# File 'lib/styles.rb', line 13
def add_style
end
|
15
16
|
# File 'lib/styles.rb', line 15
def count
end
|
17
18
|
# File 'lib/styles.rb', line 17
def each
end
|
21
22
|
# File 'lib/styles.rb', line 21
def length
end
|
24
25
|
# File 'lib/styles.rb', line 24
def parent
end
|
#purge_unused ⇒ Object
26
27
|
# File 'lib/styles.rb', line 26
def purge_unused
end
|
#selected_style ⇒ Object
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
|
32
33
|
# File 'lib/styles.rb', line 32
def size
end
|
#update_selected_style ⇒ Object
34
35
|
# File 'lib/styles.rb', line 34
def update_selected_style
end
|