GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include "color-picker.h"
Public Member Functions | |
color_picker (QColor color=QColor(0, 0, 0), QWidget *parent=0) | |
QColor | color () const |
Private Slots | |
void | select_color () |
Private Member Functions | |
virtual void | update_button () |
Private Attributes | |
QColor | _color |
Definition at line 33 of file color-picker.h.
color_picker::color_picker | ( | QColor | color = QColor (0,0,0) , |
QWidget * | parent = 0 |
||
) |
Definition at line 34 of file color-picker.cc.
References _color, select_color(), and update_button().
|
inline |
Definition at line 39 of file color-picker.h.
References _color.
Referenced by settings_dialog::write_changed_settings(), settings_dialog::write_terminal_colors(), and settings_dialog::write_workspace_colors().
|
privateslot |
Definition at line 45 of file color-picker.cc.
References _color, and update_button().
Referenced by color_picker().
|
privatevirtual |
Definition at line 56 of file color-picker.cc.
Referenced by color_picker(), and select_color().
|
private |
Definition at line 46 of file color-picker.h.
Referenced by color(), color_picker(), select_color(), and update_button().