D | |
Data Types, NaturalDocs:: | |
DataFile, NaturalDocs:: | |
deactivateTimeout, SearchPanel | |
deactivateTimeoutLength, SearchPanel | |
declarationEnders, NaturalDocs:: | |
Default TopicTypes | |
DEFAULT_MENU_TITLE | |
DEFAULT_VALUE | |
DEFAULT_VALUE_PREFIX | |
DefaultMenuTitle, NaturalDocs:: | |
DefaultMenuTitleOf, NaturalDocs:: | |
defaultTitlesChanged, NaturalDocs:: | |
DefaultValue, NaturalDocs:: | |
DefaultValuePrefix, NaturalDocs:: | |
NaturalDocs:: | DefineMembers |
DefinesReference, NaturalDocs:: | |
DefinesSymbol, NaturalDocs:: | |
Definition Functions | |
Definitions | |
DEFINITIONS | |
DeleteAllInterpretationsButCurrent, NaturalDocs:: | |
DeleteAllReferences, NaturalDocs:: | |
DeleteChild, NaturalDocs:: | |
DeleteClass | |
DeleteDefinition | |
DeleteFile, NaturalDocs:: | |
DeleteFromGroup, NaturalDocs:: | |
DeleteImageFileReference, NaturalDocs:: | |
DeleteInterpretation, NaturalDocs:: | |
DeleteItem | |
DeleteParentReference | |
DeleteReference | |
DeleteSymbol | |
DetectIndexGroups, NaturalDocs:: | |
DetectOrder, NaturalDocs:: | |
DetermineImageDimensions, NaturalDocs:: | |
Diagram Conventions | |
Directory, NaturalDocs:: | |
DIRECTORY | |
Disk Functions, NaturalDocs:: | |
documentedOnly, NaturalDocs:: | |
DocumentedOnly, NaturalDocs:: | |
DOM Elements, SearchPanel | |
DOMPopupSearchResults, SearchPanel | |
DOMPopupSearchResultsWindow, SearchPanel | |
DOMSearchField, SearchPanel | |
DOMSearchPanel, SearchPanel | |
DOMSearchType, SearchPanel | |
dontRebuildFiles, NaturalDocs:: |
Returns the full path to the passed data file.
sub DataFile #( string file )
The length of deactivateTimeout in thousandths of a second.
this.deactivateTimeoutLength
An existence hash of all the tokens that can end a declaration.
my %declarationEnders
Returns the file’s default title on the menu.
sub DefaultMenuTitle
Returns the default menu title of the FileName.
sub DefaultMenuTitleOf #( file )
An existence hash of default titles that have changed, since OnDefaultTitleChange() will be called before LoadAndUpdate().
my %defaultTitlesChanged
Returns whether the file defines the passed ReferenceString or not.
sub DefinesReference #( referenceString )
Returns whether the file defines the passed SymbolString or not.
sub DefinesSymbol #( symbol )
Returns an array of the FileNames that define this class, or an empty array if none.
sub Definitions
Returns an array of all the FileNames that define this reference.
sub Definitions
Returns an array of all the FileNames that define this symbol.
sub Definitions
Deletes all interpretations except for the current one.
sub DeleteAllInterpretationsButCurrent
Removes all references that can be interpreted as this symbol.
sub DeleteAllReferences
Deletes a child SymbolString from the class.
sub DeleteChild #( child )
Deletes a class definition from a file.
sub DeleteClass #( file, class )
Deletes a class SymbolString from the file.
sub DeleteClass #( class )
Removes the definition of this class and returns if there are no more definitions.
sub DeleteDefinition #( file )
Removes the definition for the passed item.
sub DeleteDefinition #( ExtensionID extension, string itemString, FileName file ) => bool
Removes the definition for the passed FileName.
sub DeleteDefinition #( FileName file ) => bool
Removes the definition for the passed item string.
sub DeleteDefinition #( ExtensionID extension, string itemString ) => bool
Removes a reference definition.
sub DeleteDefinition #( file )
Removes a symbol definition.
sub DeleteDefinition #( file )
Deletes a file and everything defined in it.
sub DeleteFile #( file )
Deletes an entry from the group content by index.
sub DeleteFromGroup #( index )
Deletes a reference from the passed image FileName.
sub DeleteImageFileReference #( FileName imageFile )
Deletes a symbol that this reference can be interpreted as.
sub DeleteInterpretation #( symbol )
Deletes the record of the passed ExtensionID and item string.
sub DeleteItem #( ExtensionID extension, string itemString ) => bool
Deletes the passed item.
sub DeleteItem #( ExtensionID extension, string itemString ) => bool
Deletes a class’ parent reference and returns whether it resulted in the loss of a parent class.
sub DeleteParentReference #( file, class, reference )
Deletes a parent reference from the class and return whether it resulted in a loss of a parent class.
sub DeleteParentReference #( reference, file, referenceTranslations )
Deletes a parent ReferenceString from a class SymbolString.
sub DeleteParentReference #( class, parent )
Decreases the number of references to this image file by one.
sub DeleteReference
Deletes a reference from the table.
sub DeleteReference #( referenceString, file )
Removes a reference definition.
sub DeleteReference #( referenceString )
Deletes a reference that can be interpreted as this symbol.
sub DeleteReference #( referenceString )
Removes a symbol definition from the table.
sub DeleteSymbol #( symbol, file )
Removes a SymbolString definition.
sub DeleteSymbol #( symbol )
Finds groups that are primarily used for indexes and gives them the MENU_GROUP_ISINDEXGROUP flag.
sub DetectIndexGroups
Detects the order of the entries in all groups that have the MENU_GROUP_UPDATEORDER flag set.
sub DetectOrder #( forceAll )
Attempts to determine the dimensions of the passed image and apply them to their object in imageFiles.
sub DetermineImageDimensions #( FileName imageFile )
Whether undocumented code aspects should be included in the output.
my $documentedOnly
Returns whether undocumented code aspects should be included in the output.
sub DocumentedOnly
this.DOMPopupSearchResults = function()
this.DOMPopupSearchResultsWindow = function()
this.DOMSearchField = function()
this.DOMSearchPanel = function()
this.DOMSearchType = function()
A bool to set if you don’t want changes in the hierarchy to cause files to be rebuilt.
my $dontRebuildFiles