Class: Ritsu::SrcFiles::UiFile
Instance Attribute Summary
#owner, #src_path
Instance Method Summary
collapse
#abs_path, #base_name, #create, find_by_src_path, #include_in_source_files?, is_valid_src_path?, #project, #remove, #update, #update_content, validate_instance
Methods included from Utility
platform
included, #initialize_instance
Constructor Details
#initialize(src_path, owner) ⇒ UiFile
7
8
9
|
# File 'lib/ritsu/ext/qt/src_files/ui_file.rb', line 7
def initialize(src_path, owner)
super(src_path, owner)
end
|
Instance Method Details
#cpp_file? ⇒ Boolean
15
16
17
|
# File 'lib/ritsu/ext/qt/src_files/ui_file.rb', line 15
def cpp_file?
false
end
|
11
12
13
|
# File 'lib/ritsu/ext/qt/src_files/ui_file.rb', line 11
def
false
end
|
#ui_file? ⇒ Boolean
19
20
21
|
# File 'lib/ritsu/ext/qt/src_files/ui_file.rb', line 19
def ui_file?
true
end
|