edbee - Qt Editor Library
|
A class to temporary store all comment definitions for the current scope placed in a class so we can make use of. More...
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... | |
CommentDefinitionItem * | findDefinition (bool block) |
this method returns the first comment definition with the given criteria It return 0 if no block definition has been found More... | |
A class to temporary store all comment definitions for the current scope placed in a class so we can make use of.
|
inline |
the destructor deletes all mail comment definitions
|
inline |
this method returns the first comment definition with the given criteria It return 0 if no block definition has been found
block | should we find a block definition |
|
inline |
returns a reference to the list for direct access