Qt Utilities 6.14.0
Common Qt related C++ classes and routines used by my applications such as dialogs, widgets and models
Loading...
Searching...
No Matches
Signals | Public Member Functions | List of all members
QtUtilities::RoleEditor Class Reference

The RoleEditor class is used by PaletteEditor. More...

#include <paletteeditor.h>

Inheritance diagram for QtUtilities::RoleEditor:
[legend]
Collaboration diagram for QtUtilities::RoleEditor:
[legend]

Signals

void changed (QWidget *widget)
 

Public Member Functions

 RoleEditor (QWidget *parent=nullptr)
 
void setLabel (const QString &label)
 
void setEdited (bool on)
 
bool edited () const
 

Detailed Description

The RoleEditor class is used by PaletteEditor.

Definition at line 139 of file paletteeditor.h.

Constructor & Destructor Documentation

◆ RoleEditor()

QtUtilities::RoleEditor::RoleEditor ( QWidget * parent = nullptr)
explicit

Definition at line 493 of file paletteeditor.cpp.

Member Function Documentation

◆ changed

void QtUtilities::RoleEditor::changed ( QWidget * widget)
signal

◆ edited()

bool QtUtilities::RoleEditor::edited ( ) const

Definition at line 531 of file paletteeditor.cpp.

◆ setEdited()

void QtUtilities::RoleEditor::setEdited ( bool on)

Definition at line 521 of file paletteeditor.cpp.

◆ setLabel()

void QtUtilities::RoleEditor::setLabel ( const QString & label)

Definition at line 516 of file paletteeditor.cpp.


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