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

#include <dlg_view_log.h>

Inheritance diagram for DlgViewLog:
[legend]
Collaboration diagram for DlgViewLog:
[legend]

Public Member Functions

 DlgViewLog (QWidget *parent)

Protected Member Functions

void closeEvent (QCloseEvent *event) override

Private Slots

void appendLogEntry (const QString &message)
void actCheckBoxChanged (bool abNewValue)
void actCopyToClipboard ()

Private Member Functions

void loadInitialLogBuffer ()

Private Attributes

QPlainTextEdit * logArea
QCheckBox * coClearLog
QPushButton * copyToClipboardButton

Constructor & Destructor Documentation

◆ DlgViewLog()

DlgViewLog::DlgViewLog ( QWidget * parent)
explicit
Here is the call graph for this function:

Member Function Documentation

◆ actCheckBoxChanged

void DlgViewLog::actCheckBoxChanged ( bool abNewValue)
privateslot
Here is the call graph for this function:
Here is the caller graph for this function:

◆ actCopyToClipboard

void DlgViewLog::actCopyToClipboard ( )
privateslot
Here is the caller graph for this function:

◆ appendLogEntry

void DlgViewLog::appendLogEntry ( const QString & message)
privateslot
Here is the caller graph for this function:

◆ closeEvent()

void DlgViewLog::closeEvent ( QCloseEvent * event)
overrideprotected
Here is the call graph for this function:

◆ loadInitialLogBuffer()

void DlgViewLog::loadInitialLogBuffer ( )
private
Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ coClearLog

QCheckBox* DlgViewLog::coClearLog
private

◆ copyToClipboardButton

QPushButton* DlgViewLog::copyToClipboardButton
private

◆ logArea

QPlainTextEdit* DlgViewLog::logArea
private

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