Class: Sketchup::Styles
- Inherits:
-
Entity
show all
- Includes:
- Enumerable
- Defined in:
- lib/styles.rb
Instance Method Summary
(collapse)
Methods included from Enumerable
#all?, #any?, #collect, #detect, #each_with_index, #entries, #find, #find_all, #grep, #inject, #map, #max, #member?, #min, #partition, #reject, #select, #sort, #sort_by, #zip
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
4
5
|
# File 'lib/styles.rb', line 4
def []
end
|
- (Object) active_style
6
7
|
# File 'lib/styles.rb', line 6
def active_style
end
|
- (Object) active_style_changed
8
9
|
# File 'lib/styles.rb', line 8
def active_style_changed
end
|
- (Object) add_style
10
11
|
# File 'lib/styles.rb', line 10
def add_style
end
|
12
13
|
# File 'lib/styles.rb', line 12
def count
end
|
14
15
|
# File 'lib/styles.rb', line 14
def each
end
|
16
17
|
# File 'lib/styles.rb', line 16
def parent
end
|
- (Object) purge_unused
18
19
|
# File 'lib/styles.rb', line 18
def purge_unused
end
|
- (Object) selected_style
20
21
|
# File 'lib/styles.rb', line 20
def selected_style
end
|
- (Object) selected_style=
22
23
|
# File 'lib/styles.rb', line 22
def selected_style=
end
|
24
25
|
# File 'lib/styles.rb', line 24
def size
end
|
- (Object) update_selected_style
26
27
|
# File 'lib/styles.rb', line 26
def update_selected_style
end
|