Open Search

    Detailed Description

    Enumerations

    enum class  ICONFLAG {
      NONE ,
      COPY ,
      OVERWRITE ,
      DOUBLESIZE
    }
     

    Functions

    enum ICONFLAG MAXON_ENUM_FLAGS (ICONFLAG)
     

    Enumeration Type Documentation

    ◆ ICONFLAG

    enum ICONFLAG
    strong
    Enumerator
    NONE 

    None.

    COPY 

    Copies the bitmap instead of storing a pointer.

    OVERWRITE 

    If this is specified and an icon is already present in the library under this ID it will be overwritten, otherwise the existing one will stay.

    DOUBLESIZE 

    Doubles icon size.

    Function Documentation

    ◆ MAXON_ENUM_FLAGS()

    enum ICONFLAG MAXON_ENUM_FLAGS ( ICONFLAG  )