Qtc.Classes.D3input

Documentation

class QaddInput a b where #

Methods

addInput :: a -> b -> IO () #

class QaxisCount a b where #

Methods

axisCount :: a -> b -> IO Int #

class QaxisIdentifier a b where #

Methods

axisIdentifier :: a -> b -> IO Int #

class QaxisNames a b where #

Methods

axisNames :: a -> b -> IO [String] #

class QbuttonCount a b where #

Methods

buttonCount :: a -> b -> IO Int #

class QbuttonIdentifier a b where #

Methods

buttonIdentifier :: a -> b -> IO Int #

class QbuttonNames a b where #

Methods

buttonNames :: a -> b -> IO [String] #

class Qinputs a b c | a -> c where #

Methods

inputs :: a -> b -> c #

class QremoveInput a b where #

Methods

removeInput :: a -> b -> IO () #