R/connections.R

qtcon <- function(stream) UseMethod("qtcon")

qtcon.QIODevice <- function(stream, binary = FALSE) {
    stopifnot(is(stream, "QIODevice"))
    stopifnot(isTRUEorFALSE(binary))
    .Call("qt_qtcon_QIODevice", stream, binary, PACKAGE="qtbase")
}
ggobi/qtbase documentation built on May 17, 2019, 3:15 a.m.