Qtc.Nfc.QNdefNfcSmartPosterRecord
Contents
Documentation
class QqNdefNfcSmartPosterRecord x1 where #
Methods
qNdefNfcSmartPosterRecord :: x1 -> IO (QNdefNfcSmartPosterRecord ()) #
Instances
| QqNdefNfcSmartPosterRecord () # | |
Defined in Qtc.Nfc.QNdefNfcSmartPosterRecord Methods qNdefNfcSmartPosterRecord :: () -> IO (QNdefNfcSmartPosterRecord ()) # | |
| QqNdefNfcSmartPosterRecord (QNdefNfcSmartPosterRecord t1) # | |
Defined in Qtc.Nfc.QNdefNfcSmartPosterRecord Methods qNdefNfcSmartPosterRecord :: QNdefNfcSmartPosterRecord t1 -> IO (QNdefNfcSmartPosterRecord ()) # | |
| QqNdefNfcSmartPosterRecord (QNdefRecord t1) # | |
Defined in Qtc.Nfc.QNdefNfcSmartPosterRecord Methods qNdefNfcSmartPosterRecord :: QNdefRecord t1 -> IO (QNdefNfcSmartPosterRecord ()) # | |
class QqNdefNfcSmartPosterRecord_nf x1 where #
Methods
qNdefNfcSmartPosterRecord_nf :: x1 -> IO (QNdefNfcSmartPosterRecord ()) #
Instances
| QqNdefNfcSmartPosterRecord_nf () # | |
Defined in Qtc.Nfc.QNdefNfcSmartPosterRecord Methods qNdefNfcSmartPosterRecord_nf :: () -> IO (QNdefNfcSmartPosterRecord ()) # | |
| QqNdefNfcSmartPosterRecord_nf (QNdefNfcSmartPosterRecord t1) # | |
Defined in Qtc.Nfc.QNdefNfcSmartPosterRecord Methods qNdefNfcSmartPosterRecord_nf :: QNdefNfcSmartPosterRecord t1 -> IO (QNdefNfcSmartPosterRecord ()) # | |
| QqNdefNfcSmartPosterRecord_nf (QNdefRecord t1) # | |
Defined in Qtc.Nfc.QNdefNfcSmartPosterRecord Methods qNdefNfcSmartPosterRecord_nf :: QNdefRecord t1 -> IO (QNdefNfcSmartPosterRecord ()) # | |
Methods
addIcon :: QNdefNfcSmartPosterRecord a -> x1 -> IO () #
Instances
| QaddIcon (QNdefNfcIconRecord t1) # | |
Defined in Qtc.Nfc.QNdefNfcSmartPosterRecord Methods addIcon :: QNdefNfcSmartPosterRecord a -> QNdefNfcIconRecord t1 -> IO () # | |
| QaddIcon (QByteArray t1, QByteArray t2) # | |
Defined in Qtc.Nfc.QNdefNfcSmartPosterRecord Methods addIcon :: QNdefNfcSmartPosterRecord a -> (QByteArray t1, QByteArray t2) -> IO () # | |
Methods
addTitle :: QNdefNfcSmartPosterRecord a -> x1 -> IO Bool #
Instances
| QaddTitle (QNdefNfcTextRecord t1) # | |
Defined in Qtc.Nfc.QNdefNfcSmartPosterRecord Methods addTitle :: QNdefNfcSmartPosterRecord a -> QNdefNfcTextRecord t1 -> IO Bool # | |
| QaddTitle (String, String, Encoding) # | |
Defined in Qtc.Nfc.QNdefNfcSmartPosterRecord Methods addTitle :: QNdefNfcSmartPosterRecord a -> (String, String, Encoding) -> IO Bool # | |
hasAction :: QNdefNfcSmartPosterRecord a -> () -> IO Bool #
Methods
hasIcon :: QNdefNfcSmartPosterRecord a -> x1 -> IO Bool #
Instances
| QhasIcon () # | |
Defined in Qtc.Nfc.QNdefNfcSmartPosterRecord Methods hasIcon :: QNdefNfcSmartPosterRecord a -> () -> IO Bool # | |
| QhasIcon (QByteArray t1) # | |
Defined in Qtc.Nfc.QNdefNfcSmartPosterRecord Methods hasIcon :: QNdefNfcSmartPosterRecord a -> QByteArray t1 -> IO Bool # | |
hasSize :: QNdefNfcSmartPosterRecord a -> () -> IO Bool #
Methods
hasTitle :: QNdefNfcSmartPosterRecord a -> x1 -> IO Bool #
Instances
| QhasTitle () # | |
Defined in Qtc.Nfc.QNdefNfcSmartPosterRecord Methods hasTitle :: QNdefNfcSmartPosterRecord a -> () -> IO Bool # | |
| QhasTitle String # | |
Defined in Qtc.Nfc.QNdefNfcSmartPosterRecord Methods hasTitle :: QNdefNfcSmartPosterRecord a -> String -> IO Bool # | |
hasTypeInfo :: QNdefNfcSmartPosterRecord a -> () -> IO Bool #
iconCount :: QNdefNfcSmartPosterRecord a -> () -> IO Int #
iconRecord :: QNdefNfcSmartPosterRecord a -> Int -> IO (QNdefNfcIconRecord ()) #
iconRecord_nf :: QNdefNfcSmartPosterRecord a -> Int -> IO (QNdefNfcIconRecord ()) #
iconRecords :: QNdefNfcSmartPosterRecord a -> () -> IO [QNdefNfcIconRecord ()] #
class QremoveIcon x1 where #
Methods
removeIcon :: QNdefNfcSmartPosterRecord a -> x1 -> IO Bool #
Instances
| QremoveIcon (QByteArray t1) # | |
Defined in Qtc.Nfc.QNdefNfcSmartPosterRecord Methods removeIcon :: QNdefNfcSmartPosterRecord a -> QByteArray t1 -> IO Bool # | |
| QremoveIcon (QNdefNfcIconRecord t1) # | |
Defined in Qtc.Nfc.QNdefNfcSmartPosterRecord Methods removeIcon :: QNdefNfcSmartPosterRecord a -> QNdefNfcIconRecord t1 -> IO Bool # | |
class QremoveTitle x1 where #
Methods
removeTitle :: QNdefNfcSmartPosterRecord a -> x1 -> IO Bool #
Instances
| QremoveTitle String # | |
Defined in Qtc.Nfc.QNdefNfcSmartPosterRecord Methods removeTitle :: QNdefNfcSmartPosterRecord a -> String -> IO Bool # | |
| QremoveTitle (QNdefNfcTextRecord t1) # | |
Defined in Qtc.Nfc.QNdefNfcSmartPosterRecord Methods removeTitle :: QNdefNfcSmartPosterRecord a -> QNdefNfcTextRecord t1 -> IO Bool # | |
setAction :: QNdefNfcSmartPosterRecord a -> QNdefNfcSmartPosterRecord_Action -> IO () #
setIcons :: QNdefNfcSmartPosterRecord a -> [QNdefNfcIconRecord t1] -> IO () #
setTitles :: QNdefNfcSmartPosterRecord a -> [QNdefNfcTextRecord t1] -> IO () #
setTypeInfo :: QNdefNfcSmartPosterRecord a -> QByteArray t1 -> IO () #
titleCount :: QNdefNfcSmartPosterRecord a -> () -> IO Int #
titleRecord :: QNdefNfcSmartPosterRecord a -> Int -> IO (QNdefNfcTextRecord ()) #
titleRecord_nf :: QNdefNfcSmartPosterRecord a -> Int -> IO (QNdefNfcTextRecord ()) #
titleRecords :: QNdefNfcSmartPosterRecord a -> () -> IO [QNdefNfcTextRecord ()] #
typeInfo :: QNdefNfcSmartPosterRecord a -> () -> IO (QByteArray ()) #
uriRecord :: QNdefNfcSmartPosterRecord a -> () -> IO (QNdefNfcUriRecord ()) #
uriRecord_nf :: QNdefNfcSmartPosterRecord a -> () -> IO (QNdefNfcUriRecord ()) #
qNdefNfcSmartPosterRecord_delete :: QNdefNfcSmartPosterRecord a -> IO () #
qNdefNfcSmartPosterRecord_delete1 :: QNdefNfcSmartPosterRecord a -> IO () #