Skip to content

Class mkdoxy::constants::Kind

ClassList > mkdoxy > constants > Kind

Inherits the following classes: Enum

Public Static Attributes

Type Name
str CLASS = "class"
str DEFINE = "define"
str DIR = "dir"
str ENUM = "enum"
str ENUMVALUE = "enumvalue"
str EXAMPLE = "example"
str FILE = "file"
str FRIEND = "friend"
str FUNCTION = "function"
str GROUP = "group"
str INTERFACE = "interface"
str NAMESPACE = "namespace"
str NONE = "none"
str PAGE = "page"
str PROPERTY = "property"
str ROOT = "root"
str SIGNAL = "signal"
str SLOT = "slot"
str STRUCT = "struct"
str TYPEDEF = "typedef"
str UNION = "union"
str VARIABLE = "variable"

Public Functions

Type Name
bool is_class (self self)
bool is_class_or_struct (self self)
bool is_define (self self)
bool is_dir (self self)
bool is_enum (self self)
bool is_example (self self)
bool is_file (self self)
bool is_friend (self self)
bool is_function (self self)
bool is_group (self self)
bool is_interface (self self)
bool is_language (self self)
bool is_member (self self)
bool is_namespace (self self)
bool is_page (self self)
bool is_parent (self self)
bool is_root (self self)
bool is_struct (self self)
bool is_typedef (self self)
bool is_union (self self)
bool is_variable (self self)

Public Static Functions

Type Name
"Kind" from_str (str s)

Public Static Attributes Documentation

variable CLASS

str mkdoxy.constants.Kind::CLASS;

variable DEFINE

str mkdoxy.constants.Kind::DEFINE;

variable DIR

str mkdoxy.constants.Kind::DIR;

variable ENUM

str mkdoxy.constants.Kind::ENUM;

variable ENUMVALUE

str mkdoxy.constants.Kind::ENUMVALUE;

variable EXAMPLE

str mkdoxy.constants.Kind::EXAMPLE;

variable FILE

str mkdoxy.constants.Kind::FILE;

variable FRIEND

str mkdoxy.constants.Kind::FRIEND;

variable FUNCTION

str mkdoxy.constants.Kind::FUNCTION;

variable GROUP

str mkdoxy.constants.Kind::GROUP;

variable INTERFACE

str mkdoxy.constants.Kind::INTERFACE;

variable NAMESPACE

str mkdoxy.constants.Kind::NAMESPACE;

variable NONE

str mkdoxy.constants.Kind::NONE;

variable PAGE

str mkdoxy.constants.Kind::PAGE;

variable PROPERTY

str mkdoxy.constants.Kind::PROPERTY;

variable ROOT

str mkdoxy.constants.Kind::ROOT;

variable SIGNAL

str mkdoxy.constants.Kind::SIGNAL;

variable SLOT

str mkdoxy.constants.Kind::SLOT;

variable STRUCT

str mkdoxy.constants.Kind::STRUCT;

variable TYPEDEF

str mkdoxy.constants.Kind::TYPEDEF;

variable UNION

str mkdoxy.constants.Kind::UNION;

variable VARIABLE

str mkdoxy.constants.Kind::VARIABLE;

Public Functions Documentation

function is_class

bool mkdoxy::constants::Kind::is_class (
    self self
) 

function is_class_or_struct

bool mkdoxy::constants::Kind::is_class_or_struct (
    self self
) 

function is_define

bool mkdoxy::constants::Kind::is_define (
    self self
) 

function is_dir

bool mkdoxy::constants::Kind::is_dir (
    self self
) 

function is_enum

bool mkdoxy::constants::Kind::is_enum (
    self self
) 

function is_example

bool mkdoxy::constants::Kind::is_example (
    self self
) 

function is_file

bool mkdoxy::constants::Kind::is_file (
    self self
) 

function is_friend

bool mkdoxy::constants::Kind::is_friend (
    self self
) 

function is_function

bool mkdoxy::constants::Kind::is_function (
    self self
) 

function is_group

bool mkdoxy::constants::Kind::is_group (
    self self
) 

function is_interface

bool mkdoxy::constants::Kind::is_interface (
    self self
) 

function is_language

bool mkdoxy::constants::Kind::is_language (
    self self
) 

function is_member

bool mkdoxy::constants::Kind::is_member (
    self self
) 

function is_namespace

bool mkdoxy::constants::Kind::is_namespace (
    self self
) 

function is_page

bool mkdoxy::constants::Kind::is_page (
    self self
) 

function is_parent

bool mkdoxy::constants::Kind::is_parent (
    self self
) 

function is_root

bool mkdoxy::constants::Kind::is_root (
    self self
) 

function is_struct

bool mkdoxy::constants::Kind::is_struct (
    self self
) 

function is_typedef

bool mkdoxy::constants::Kind::is_typedef (
    self self
) 

function is_union

bool mkdoxy::constants::Kind::is_union (
    self self
) 

function is_variable

bool mkdoxy::constants::Kind::is_variable (
    self self
) 

Public Static Functions Documentation

function from_str

static "Kind" mkdoxy::constants::Kind::from_str (
    str s
) 


The documentation for this class was generated from the following file mkdoxy/constants.py