#include "color-picker.h"
Public Member Functions | |
color_picker (QColor color=QColor(0, 0, 0), QWidget *parent=nullptr) | |
QColor | color (void) const |
Private Slots | |
void | select_color (void) |
Private Member Functions | |
virtual void | update_button (void) |
Private Attributes | |
QColor | m_color |
Definition at line 37 of file color-picker.h.
octave::color_picker::color_picker | ( | QColor | color = QColor (0, 0, 0) , |
QWidget * | parent = nullptr |
||
) |
Definition at line 38 of file color-picker.cc.
References m_color, select_color(), and update_button().
|
inline |
Definition at line 45 of file color-picker.h.
References m_color.
Referenced by octave::settings_dialog::write_changed_settings(), octave::settings_dialog::write_lexer_settings(), octave::settings_dialog::write_terminal_colors(), octave::settings_dialog::write_varedit_colors(), and octave::settings_dialog::write_workspace_colors().
|
privateslot |
Definition at line 49 of file color-picker.cc.
References m_color, and update_button().
Referenced by color_picker().
|
privatevirtual |
Definition at line 61 of file color-picker.cc.
References m_color.
Referenced by color_picker(), and select_color().
|
private |
Definition at line 55 of file color-picker.h.
Referenced by color_picker(), color(), select_color(), and update_button().