Home
last modified time | relevance | path

Searched defs:CCToken (Results 1 – 1 of 1) sorted by relevance

/dports/devel/codeblocks/codeblocks-20.03/src/include/
H A Dcbplugin.h772 struct CCToken struct
786 /** @brief Construct a fully specified CCToken. argument
798 id(_id), category(categ), weight(_weight), displayName(dispNm), name(nm) {} in id()
800 … //!< CCManager will pass this back unmodified. Use it as an internal identifier for the token.
801 … //!< The category corresponding to the index of the registered image (during autocomplete).
802 …weight; //!< Lower numbers are placed earlier in listing, 5 is default; try to keep 0-10.
803 wxString displayName; //!< Verbose string representing the token.
804 … //!< Minimal name of the token that CCManager may choose to display in restricted circumstances.