Workspace 6.21.5
Public Slots | Public Member Functions | List of all members
SetDefaultFormatDialog Class Reference

#include <Workspace/Presentation/Logging/setdefaultformatdialog.h>

Inherits QDialog.

Public Slots

QTextCharFormat getFormat ()
 Updates the format provided.
 

Public Member Functions

 SetDefaultFormatDialog (QDialog *parent=nullptr)
 
void setFormat (const QTextCharFormat &format)
 Sets the starting format.
 

Constructor & Destructor Documentation

◆ SetDefaultFormatDialog()

SetDefaultFormatDialog ( QDialog *  parent = nullptr)
Parameters
parentThe parent widget for the dialog.

Member Function Documentation

◆ getFormat

QTextCharFormat getFormat ( )
slot

Calls the SetFormatWidget to update the formmating information at the pointer given earlier.

◆ setFormat()

void setFormat ( const QTextCharFormat &  format)
Parameters
formatcontains a pointer to the format that the dialog starts with.

Sets the formatting information that the dialog starts with by calling SetFormatWidget::setFormat()