geany  1.38
About: Geany is a text editor (using GTK2) with basic features of an integrated development environment (syntax highlighting, code folding, symbol name auto-completion, ...). F: office T: editor programming GTK+ IDE
  Fossies Dox: geany-1.38.tar.bz2  ("unofficial" and yet experimental doxygen-generated source code documentation)  

sKindDefinition Struct Reference

#include <kind.h>

Collaboration diagram for sKindDefinition:
[legend]

Public Attributes

bool enabled
 
char letter
 
char * name
 
char * description
 
bool referenceOnly
 
int nRoles
 
roleDefinitionroles
 
scopeSeparatorseparators
 
unsigned int separatorCount
 
int id
 
langType syncWith
 
kindDefinitionslave
 
kindDefinitionmaster
 

Detailed Description

Definition at line 71 of file kind.h.

Member Data Documentation

◆ description

char* sKindDefinition::description

◆ enabled

◆ id

◆ letter

◆ master

kindDefinition* sKindDefinition::master

Definition at line 96 of file kind.h.

Referenced by enableKind(), kindColprintFillLine(), and linkKinds().

◆ name

◆ nRoles

int sKindDefinition::nRoles

Definition at line 77 of file kind.h.

Referenced by allocRoleControlBlock().

◆ referenceOnly

bool sKindDefinition::referenceOnly

◆ roles

roleDefinition* sKindDefinition::roles

Definition at line 78 of file kind.h.

Referenced by allocRoleControlBlock().

◆ separatorCount

unsigned int sKindDefinition::separatorCount

Definition at line 80 of file kind.h.

Referenced by getScopeSeparatorStatic().

◆ separators

scopeSeparator* sKindDefinition::separators

Definition at line 79 of file kind.h.

Referenced by getScopeSeparatorStatic().

◆ slave

kindDefinition* sKindDefinition::slave

Definition at line 95 of file kind.h.

Referenced by enableKind(), kindColprintFillLine(), and linkKinds().

◆ syncWith

langType sKindDefinition::syncWith

Definition at line 94 of file kind.h.

Referenced by kindColprintFillLine(), linkKindDependency(), and linkKinds().


The documentation for this struct was generated from the following file: