edbee - Qt Editor Library
Public Member Functions | List of all members
edbee::CommentDefinition Class Reference

A class to temporary store all comment definitions for the current scope placed in a class so we can make use of. More...

+ Collaboration diagram for edbee::CommentDefinition:

Public Member Functions

 ~CommentDefinition ()
 the destructor deletes all mail comment definitions More...
 
QList< CommentDefinitionItem * > & list ()
 returns a reference to the list for direct access More...
 
CommentDefinitionItemfindDefinition (bool block)
 this method returns the first comment definition with the given criteria It return 0 if no block definition has been found More...
 

Detailed Description

A class to temporary store all comment definitions for the current scope placed in a class so we can make use of.

Constructor & Destructor Documentation

◆ ~CommentDefinition()

edbee::CommentDefinition::~CommentDefinition ( )
inline

the destructor deletes all mail comment definitions

Member Function Documentation

◆ findDefinition()

CommentDefinitionItem* edbee::CommentDefinition::findDefinition ( bool  block)
inline

this method returns the first comment definition with the given criteria It return 0 if no block definition has been found

Parameters
blockshould we find a block definition

◆ list()

QList<CommentDefinitionItem*>& edbee::CommentDefinition::list ( )
inline

returns a reference to the list for direct access


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