Class NFDOpenDialogArgs

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

@NativeType("struct nfdopendialogu8args_t") public class NFDOpenDialogArgs extends Struct<NFDOpenDialogArgs> implements NativeResource
struct nfdopendialogu8args_t {
    nfdfilteritem_t const * filterList;
    nfdfiltersize_t filterCount;
    nfdchar_t const * defaultPath;
    nfdwindowhandle_t parentWindow;
}
  • Field Details

    • SIZEOF

      public static final int SIZEOF
      The struct size in bytes.
    • ALIGNOF

      public static final int ALIGNOF
      The struct alignment in bytes.
    • FILTERLIST

      public static final int FILTERLIST
      The struct member offsets.
    • FILTERCOUNT

      public static final int FILTERCOUNT
      The struct member offsets.
    • DEFAULTPATH

      public static final int DEFAULTPATH
      The struct member offsets.
    • PARENTWINDOW

      public static final int PARENTWINDOW
      The struct member offsets.
  • Constructor Details

    • NFDOpenDialogArgs

      public NFDOpenDialogArgs(ByteBuffer container)
      Creates a NFDOpenDialogArgs instance at the current position of the specified ByteBuffer container. Changes to the buffer's content will be visible to the struct instance and vice versa.

      The created instance holds a strong reference to the container object.

  • Method Details