Qtc.Gui.QRegExpValidator

Contents

Documentation

class QqRegExpValidatorTrUtf8 x1 where #

Methods

qRegExpValidatorTrUtf8 :: x1 -> IO String #

Instances
QqRegExpValidatorTrUtf8 String # 
Instance details

Defined in Qtc.Gui.QRegExpValidator

Methods

qRegExpValidatorTrUtf8 :: String -> IO String #

QqRegExpValidatorTrUtf8 (String, String) # 
Instance details

Defined in Qtc.Gui.QRegExpValidator

Methods

qRegExpValidatorTrUtf8 :: (String, String) -> IO String #

QqRegExpValidatorTrUtf8 (String, String, Int) # 
Instance details

Defined in Qtc.Gui.QRegExpValidator

Methods

qRegExpValidatorTrUtf8 :: (String, String, Int) -> IO String #

class QqRegExpValidator x1 where #

Methods

qRegExpValidator :: x1 -> IO (QRegExpValidator ()) #

Instances
QqRegExpValidator () # 
Instance details

Defined in Qtc.Gui.QRegExpValidator

Methods

qRegExpValidator :: () -> IO (QRegExpValidator ()) #

QqRegExpValidator (QRegExp t1) # 
Instance details

Defined in Qtc.Gui.QRegExpValidator

Methods

qRegExpValidator :: QRegExp t1 -> IO (QRegExpValidator ()) #

QqRegExpValidator (QObject t1) # 
Instance details

Defined in Qtc.Gui.QRegExpValidator

Methods

qRegExpValidator :: QObject t1 -> IO (QRegExpValidator ()) #

QqRegExpValidator (QRegExp t1, QObject t2) # 
Instance details

Defined in Qtc.Gui.QRegExpValidator

Methods

qRegExpValidator :: (QRegExp t1, QObject t2) -> IO (QRegExpValidator ()) #

regExp :: QRegExpValidator a -> () -> IO (QRegExp ()) #

setRegExp :: QRegExpValidator a -> QRegExp t1 -> IO () #

Orphan instances

QsenderSignalIndex (QRegExpValidator ()) () # 
Instance details

Methods

senderSignalIndex :: QRegExpValidator () -> () -> IO Int #

QsenderSignalIndex (QRegExpValidatorSc a) () # 
Instance details

Methods

senderSignalIndex :: QRegExpValidatorSc a -> () -> IO Int #

Qsender (QRegExpValidator ()) () # 
Instance details

Methods

sender :: QRegExpValidator () -> () -> IO (QObject ()) #

Qsender (QRegExpValidatorSc a) () # 
Instance details

Methods

sender :: QRegExpValidatorSc a -> () -> IO (QObject ()) #

Qreceivers (QRegExpValidator ()) String # 
Instance details

Methods

receivers :: QRegExpValidator () -> String -> IO Int #

Qreceivers (QRegExpValidatorSc a) String # 
Instance details

Methods

receivers :: QRegExpValidatorSc a -> String -> IO Int #

Qproperty (QRegExpValidator ()) String (IO (QVariant ())) # 
Instance details

Methods

property :: QRegExpValidator () -> String -> IO (QVariant ()) #

Qproperty (QRegExpValidatorSc a) String (IO (QVariant ())) # 
Instance details

Methods

property :: QRegExpValidatorSc a -> String -> IO (QVariant ()) #

Qparent (QRegExpValidator ()) () (IO (QObject ())) # 
Instance details

Methods

parent :: QRegExpValidator () -> () -> IO (QObject ()) #

Qparent (QRegExpValidatorSc a) () (IO (QObject ())) # 
Instance details

Methods

parent :: QRegExpValidatorSc a -> () -> IO (QObject ()) #

QuserMethod (QRegExpValidator ()) () (IO ()) # 
Instance details

Methods

userMethod :: QRegExpValidator () -> Int -> () -> IO () #

QuserMethod (QRegExpValidatorSc a) () (IO ()) # 
Instance details

Methods

userMethod :: QRegExpValidatorSc a -> Int -> () -> IO () #

QtimerEvent (QRegExpValidator ()) (QTimerEvent t1) # 
Instance details

Methods

timerEvent :: QRegExpValidator () -> QTimerEvent t1 -> IO () #

QtimerEvent (QRegExpValidatorSc a) (QTimerEvent t1) # 
Instance details

Methods

timerEvent :: QRegExpValidatorSc a -> QTimerEvent t1 -> IO () #

QisSignalConnected (QRegExpValidator ()) (QMetaMethod t1) # 
Instance details

Methods

isSignalConnected :: QRegExpValidator () -> QMetaMethod t1 -> IO Bool #

QisSignalConnected (QRegExpValidatorSc a) (QMetaMethod t1) # 
Instance details

Methods

isSignalConnected :: QRegExpValidatorSc a -> QMetaMethod t1 -> IO Bool #

Qfixup (QRegExpValidator ()) (QStringRf t1) # 
Instance details

Methods

fixup :: QRegExpValidator () -> QStringRf t1 -> IO () #

Qfixup (QRegExpValidatorSc a) (QStringRf t1) # 
Instance details

Methods

fixup :: QRegExpValidatorSc a -> QStringRf t1 -> IO () #

QdisconnectNotify (QRegExpValidator ()) (QMetaMethod t1) # 
Instance details

Methods

disconnectNotify :: QRegExpValidator () -> QMetaMethod t1 -> IO () #

QdisconnectNotify (QRegExpValidatorSc a) (QMetaMethod t1) # 
Instance details

QcustomEvent (QRegExpValidator ()) (QEvent t1) # 
Instance details

Methods

customEvent :: QRegExpValidator () -> QEvent t1 -> IO () #

QcustomEvent (QRegExpValidatorSc a) (QEvent t1) # 
Instance details

Methods

customEvent :: QRegExpValidatorSc a -> QEvent t1 -> IO () #

QconnectNotify (QRegExpValidator ()) (QMetaMethod t1) # 
Instance details

Methods

connectNotify :: QRegExpValidator () -> QMetaMethod t1 -> IO () #

QconnectNotify (QRegExpValidatorSc a) (QMetaMethod t1) # 
Instance details

Methods

connectNotify :: QRegExpValidatorSc a -> QMetaMethod t1 -> IO () #

QchildEvent (QRegExpValidator ()) (QChildEvent t1) # 
Instance details

Methods

childEvent :: QRegExpValidator () -> QChildEvent t1 -> IO () #

QchildEvent (QRegExpValidatorSc a) (QChildEvent t1) # 
Instance details

Methods

childEvent :: QRegExpValidatorSc a -> QChildEvent t1 -> IO () #

Qevent (QRegExpValidator ()) (QEvent t1) (IO Bool) # 
Instance details

Methods

event :: QRegExpValidator () -> QEvent t1 -> IO Bool #

Qevent (QRegExpValidatorSc a) (QEvent t1) (IO Bool) # 
Instance details

Methods

event :: QRegExpValidatorSc a -> QEvent t1 -> IO Bool #

QuserMethod (QRegExpValidator ()) (QVariant ()) (IO (QVariant ())) # 
Instance details

Methods

userMethod :: QRegExpValidator () -> Int -> QVariant () -> IO (QVariant ()) #

QuserMethod (QRegExpValidatorSc a) (QVariant ()) (IO (QVariant ())) # 
Instance details

Methods

userMethod :: QRegExpValidatorSc a -> Int -> QVariant () -> IO (QVariant ()) #

QeventFilter (QRegExpValidator ()) (QObject t1, QEvent t2) # 
Instance details

Methods

eventFilter :: QRegExpValidator () -> (QObject t1, QEvent t2) -> IO Bool #

QeventFilter (QRegExpValidatorSc a) (QObject t1, QEvent t2) # 
Instance details

Methods

eventFilter :: QRegExpValidatorSc a -> (QObject t1, QEvent t2) -> IO Bool #

Qvalidate (QRegExpValidator ()) (QStringRf t1, QIntRef t2) (IO QValidator_State) # 
Instance details

Qvalidate (QRegExpValidatorSc a) (QStringRf t1, QIntRef t2) (IO QValidator_State) # 
Instance details