Lines Matching defs:perspective
3 * LPE perspective path effect implementation.
46 static Glib::ustring perspectiveID = _("First perspective");
106 void LPEPerspectivePath::refresh(Gtk::Entry* perspective) {
107 perspectiveID = perspective->get_text();
128 char *msg = _("First perspective selected");
132 perspectiveID = _("First perspective");
182 /* set perspective origin to first point of path */
235 Gtk::Entry* perspective = Gtk::manage(new Gtk::Entry());
236 perspective->set_text(perspectiveID);
237 perspective->set_tooltip_text("Set the perspective ID to apply");
239 perspectiveId->pack_start(*perspective, true, true, 2);
241 Gtk::Button* apply3D = Gtk::manage(new Gtk::Button(Glib::ustring(_("Refresh perspective"))));
243 apply3D->signal_clicked().connect(sigc::bind<Gtk::Entry*>(sigc::mem_fun(*this,&LPEPerspectivePath::refresh),perspective));
245 apply3DWidget->set_tooltip_text("Refresh perspective");