@NoOffset @Properties(inherit=Qt5Core.class) public class QMessageLogContext extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
QMessageLogContext() |
QMessageLogContext(BytePointer fileName,
int lineNumber,
BytePointer functionName,
BytePointer categoryName) |
QMessageLogContext(long size)
Native array allocator.
|
QMessageLogContext(Pointer p)
Pointer cast constructor.
|
QMessageLogContext(String fileName,
int lineNumber,
String functionName,
String categoryName) |
Modifier and Type | Method and Description |
---|---|
BytePointer |
category() |
QMessageLogContext |
category(BytePointer setter) |
BytePointer |
file() |
QMessageLogContext |
file(BytePointer setter) |
BytePointer |
function() |
QMessageLogContext |
function(BytePointer setter) |
int |
line() |
QMessageLogContext |
line(int setter) |
QMessageLogContext |
position(long position) |
int |
version() |
QMessageLogContext |
version(int setter) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zero
public QMessageLogContext(Pointer p)
Pointer.Pointer(Pointer)
.public QMessageLogContext(long size)
Pointer.position(long)
.public QMessageLogContext()
public QMessageLogContext(@Cast(value="const char*") BytePointer fileName, int lineNumber, @Cast(value="const char*") BytePointer functionName, @Cast(value="const char*") BytePointer categoryName)
public QMessageLogContext position(long position)
public int version()
public QMessageLogContext version(int setter)
public int line()
public QMessageLogContext line(int setter)
@Cast(value="const char*") public BytePointer file()
public QMessageLogContext file(BytePointer setter)
@Cast(value="const char*") public BytePointer function()
public QMessageLogContext function(BytePointer setter)
@Cast(value="const char*") public BytePointer category()
public QMessageLogContext category(BytePointer setter)
Copyright © 2020. All rights reserved.