Cockatrice 2026-06-01-Development-3.1.0-beta.3
A virtual tabletop for multiplayer card games
Loading...
Searching...
No Matches
syntax_help.h File Reference
#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)

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
Todo
Document this file.