Obsolete Members for <QtGlobal>

以下成员源于类 <QtGlobal> 已过时。 提供它们是为使旧源代码能继续工作。强烈建议不要在新代码中使用它们。

类型

(obsolete) typedef QtMsgHandler

函数

(obsolete) QtMsgHandler qInstallMsgHandler (QtMsgHandler handler )

(obsolete) QABS ( n )
(obsolete) QMAX ( x , y )
(obsolete) QMIN ( x , y )

类型文档编制

typedef QtMsgHandler

这是采用以下签名的函数指针的 typedef:

void myMsgHandler(QtMsgType, const char *);
					

This typedef is deprecated, you should use QtMessageHandler 代替。

另请参阅 QtMsgType , QtMessageHandler , qInstallMsgHandler (),和 qInstallMessageHandler ().

函数文档编制

QtMsgHandler qInstallMsgHandler ( QtMsgHandler handler )

Installs a Qt message handler which has been defined previously. This method is deprecated, use qInstallMessageHandler 代替。

另请参阅 QtMsgHandler and qInstallMessageHandler ().

宏文档编制

QABS ( n )

使用 qAbs ( n ) 代替。

另请参阅 QMIN () 和 QMAX ().

QMAX ( x , y )

使用 qMax ( x , y ) 代替。

另请参阅 QMIN () 和 QABS ().

QMIN ( x , y )

使用 qMin ( x , y ) 代替。

另请参阅 QMAX () 和 QABS ().