class OpenStudio::PathWatcher

Public Class Methods

new(*args) click to toggle source
# File lib/openstudio-api-stubs/Classes/PathWatcher.rb, line 4
def self.new(*args)
end

Public Instance Methods

checkFile() click to toggle source
# File lib/openstudio-api-stubs/Classes/PathWatcher.rb, line 26
def checkFile
end
clearState() click to toggle source
# File lib/openstudio-api-stubs/Classes/PathWatcher.rb, line 20
def clearState
end
directoryChanged(qString) click to toggle source
# File lib/openstudio-api-stubs/Classes/PathWatcher.rb, line 22
def directoryChanged(qString)
end
dirty() click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/PathWatcher.rb, line 18
def dirty
end
disable() click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/PathWatcher.rb, line 12
def disable
end
enable() click to toggle source
# File lib/openstudio-api-stubs/Classes/PathWatcher.rb, line 9
def enable
end
enabled() click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/PathWatcher.rb, line 7
def enabled
end
fileChanged(qString) click to toggle source
# File lib/openstudio-api-stubs/Classes/PathWatcher.rb, line 24
def fileChanged(qString)
end
path() click to toggle source

@return [Path]

# File lib/openstudio-api-stubs/Classes/PathWatcher.rb, line 15
def path
end