Package ch.bailu.gtk.glib
Class TestConfig
java.lang.Object
ch.bailu.gtk.type.Type
ch.bailu.gtk.type.Pointer
ch.bailu.gtk.type.Record
ch.bailu.gtk.glib.TestConfig
- All Implemented Interfaces:
PointerInterface
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ClassHandler
boolean
boolean
boolean
boolean
boolean
boolean
void
setFieldTestInitialized
(boolean test_initialized) void
setFieldTestPerf
(boolean test_perf) void
setFieldTestQuick
(boolean test_quick) void
setFieldTestQuiet
(boolean test_quiet) void
setFieldTestUndefined
(boolean test_undefined) void
setFieldTestVerbose
(boolean test_verbose) Methods inherited from class ch.bailu.gtk.type.Pointer
asCPointer, cast, connectSignal, disconnectSignals, disconnectSignals, equals, hashCode, throwIfNull, throwNullPointerException, toString, unregisterCallbacks, unregisterCallbacks
Methods inherited from class ch.bailu.gtk.type.Type
asCPointer, asCPointer, asCPointerNotNull, asJnaPointer, asJnaPointer, asPointer, asPointer, cast, cast, throwIfNull
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface ch.bailu.gtk.type.PointerInterface
asCPointerNotNull, asJnaPointer, asPointer, isNotNull, isNull
-
Field Details
-
TEST_INITIALIZED
- See Also:
-
TEST_QUICK
- See Also:
-
TEST_PERF
- See Also:
-
TEST_VERBOSE
- See Also:
-
TEST_QUIET
- See Also:
-
TEST_UNDEFINED
- See Also:
-
-
Constructor Details
-
TestConfig
-
TestConfig
public TestConfig()
-
-
Method Details
-
getClassHandler
-
setFieldTestInitialized
public void setFieldTestInitialized(boolean test_initialized) -
getFieldTestInitialized
public boolean getFieldTestInitialized() -
setFieldTestQuick
public void setFieldTestQuick(boolean test_quick) -
getFieldTestQuick
public boolean getFieldTestQuick() -
setFieldTestPerf
public void setFieldTestPerf(boolean test_perf) -
getFieldTestPerf
public boolean getFieldTestPerf() -
setFieldTestVerbose
public void setFieldTestVerbose(boolean test_verbose) -
getFieldTestVerbose
public boolean getFieldTestVerbose() -
setFieldTestQuiet
public void setFieldTestQuiet(boolean test_quiet) -
getFieldTestQuiet
public boolean getFieldTestQuiet() -
setFieldTestUndefined
public void setFieldTestUndefined(boolean test_undefined) -
getFieldTestUndefined
public boolean getFieldTestUndefined()
-