Cockatrice 2025-11-30-Development-2.11.0-beta.38
A cross-platform virtual tabletop for multiplayer card games
Loading...
Searching...
No Matches
syntax_help.h File Reference

TODO: Document this. More...

#include <QLineEdit>
#include <QLoggingCategory>
#include <QTextBrowser>
Include dependency graph for syntax_help.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

 Q_LOGGING_CATEGORY (SyntaxHelpLog, "syntax_help")
QTextBrowser * createSearchSyntaxHelpWindow (QLineEdit *lineEdit)
QTextBrowser * createDeckSearchSyntaxHelpWindow (QLineEdit *lineEdit)

Detailed Description

TODO: Document this.

Function Documentation

◆ createDeckSearchSyntaxHelpWindow()

QTextBrowser * createDeckSearchSyntaxHelpWindow ( QLineEdit * lineEdit)

Creates the deck search syntax help window and connects its anchorClicked signal to the given QLineEdit. The window will automatically close when the QLineEdit is destroyed.

Returns
the QTextBrowser
Here is the call graph for this function:
Here is the caller graph for this function:

◆ createSearchSyntaxHelpWindow()

QTextBrowser * createSearchSyntaxHelpWindow ( QLineEdit * lineEdit)

Creates the card search syntax help window and connects its anchorClicked signal to the given QLineEdit. The window will automatically close when the QLineEdit is destroyed.

Returns
the QTextBrowser
Here is the call graph for this function:
Here is the caller graph for this function:

◆ Q_LOGGING_CATEGORY()

Q_LOGGING_CATEGORY ( SyntaxHelpLog ,
"syntax_help"  )
inline