Home
last modified time | relevance | path

Searched refs:ColorCellEditable (Results 1 – 6 of 6) sorted by relevance

/dports/x11-fm/fsv2/fsv2-1.1.0/uilib/
H A DColorCellEditable.cpp9 ColorCellEditable::ColorCellEditable(const Glib::ustring& path) : in ColorCellEditable() function in ColorCellEditable
10 Glib::ObjectBase( typeid(ColorCellEditable) ), in ColorCellEditable()
41 ColorCellEditable::~ColorCellEditable() in ~ColorCellEditable()
45 Glib::ustring ColorCellEditable::get_path() const in get_path()
50 void ColorCellEditable::set_text(const Glib::ustring& text) in set_text()
69 Glib::ustring ColorCellEditable::get_text() const in get_text()
79 int ColorCellEditable::get_button_width() in get_button_width()
102 void ColorCellEditable::start_editing_vfunc(GdkEvent*) in start_editing_vfunc()
111 void ColorCellEditable::on_editing_done() in on_editing_done()
133 void ColorCellEditable::on_button_clicked() in on_button_clicked()
[all …]
H A DColorCellRenderer.cpp39 button_width_ = ColorCellEditable::get_button_width(); in get_size_vfunc()
50 *width = calc_width + button_width_ + ColorCellEditable::get_color_area_width(); in get_size_vfunc()
99 ColorCellEditable::get_color_area_width(), in render_vfunc()
111 … cell_area.get_x() + ColorCellEditable::get_color_area_width() + x_offset + 2 * property_xpad(), in render_vfunc()
132 std::auto_ptr< ColorCellEditable > color_cell_edit_ptr( new ColorCellEditable( path ) ); in start_editing_vfunc()
H A DMakefile.in58 libfsvui_la-ColorCellEditable.lo
235 ColorCellEditable.cpp
239 ColorCellEditable.h
312 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libfsvui_la-ColorCellEditable.Plo@am__quote@
343 libfsvui_la-ColorCellEditable.lo: ColorCellEditable.cpp
344ColorCellEditable.lo -MD -MP -MF $(DEPDIR)/libfsvui_la-ColorCellEditable.Tpo -c -o libfsvui_la-Col…
345 …_fastdepCXX_TRUE@ mv -f $(DEPDIR)/libfsvui_la-ColorCellEditable.Tpo $(DEPDIR)/libfsvui_la-ColorCel…
348 …$(CXXFLAGS) -c -o libfsvui_la-ColorCellEditable.lo `test -f 'ColorCellEditable.cpp' || echo '$(src…
H A DColorCellEditable.h48 class ColorCellEditable : public Gtk::EventBox, public Gtk::CellEditable
52 ColorCellEditable(const Glib::ustring& path);
53 virtual ~ColorCellEditable();
H A DMakefile.am9 ColorCellEditable.cpp
13 ColorCellEditable.h
H A DColorCellRenderer.h26 ColorCellEditable* color_cell_edit_ptr_;