{"id":7345,"date":"2022-12-20T19:37:45","date_gmt":"2022-12-20T22:37:45","guid":{"rendered":"http:\/\/lode.uno\/linux-man\/index.php\/2022\/12\/20\/manatoolssharedguireplacepoint-man3\/"},"modified":"2022-12-20T19:37:45","modified_gmt":"2022-12-20T22:37:45","slug":"manatoolssharedguireplacepoint-man3","status":"publish","type":"post","link":"https:\/\/lode.uno\/linux-man\/2022\/12\/20\/manatoolssharedguireplacepoint-man3\/","title":{"rendered":"ManaTools::Shared::GUI::ReplacePoint (man3)"},"content":{"rendered":"<h1 align=\"center\">ManaTools::Shared::GUI::ReplacePoint<\/h1>\n<p> <a href=\"#NAME\">NAME<\/a><br \/> <a href=\"#SYNOPSIS\">SYNOPSIS<\/a><br \/> <a href=\"#DESCRIPTION\">DESCRIPTION<\/a><br \/> <a href=\"#SUPPORT\">SUPPORT<\/a><br \/> <a href=\"#SEE ALSO\">SEE ALSO<\/a><br \/> <a href=\"#AUTHOR\">AUTHOR<\/a><br \/> <a href=\"#COPYRIGHT and LICENSE\">COPYRIGHT and LICENSE<\/a><br \/> <a href=\"#FUNCTIONS\">FUNCTIONS<\/a> <\/p>\n<hr>\n<h2>NAME <a name=\"NAME\"><\/a> <\/h2>\n<p style=\"margin-left:11%; margin-top: 1em\">ManaTools::Shared::GUI::ReplacePoint \u2212 Class to manage a yui YReplacePoint properly<\/p>\n<h2>SYNOPSIS <a name=\"SYNOPSIS\"><\/a> <\/h2>\n<p style=\"margin-left:11%; margin-top: 1em\">use ManaTools::Shared::GUI::ReplacePoint;<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\">my $hbox = &#8230; my $replacepoint = ManaTools::Shared::GUI::ReplacePoint\u2212>new(eventHandler => $dialog, parentWidget => $hbox); my $container = $replacepoint\u2212><b>container()<\/b>; my $vbox1 = $factory\u2212>createVBox($container); my $button1 = $self\u2212>addWidget($backendItem\u2212><b>label()<\/b> .\u2019_button1\u2019, $factory\u2212>createPushButton(\u2019Button 1\u2019, $vbox1), sub { <br \/> my $self = shift; <br \/> my $yevent = shift; <br \/> my $backendItem = shift; <br \/> my $replacepoint = $self\u2212><b>eventHandler()<\/b>; <br \/> &#8230; }, $backendItem); my $button2 = $self\u2212>addWidget($backendItem\u2212><b>label()<\/b> .\u2019_button2\u2019, $factory\u2212>createPushButton(\u2019Button 2\u2019, $vbox), sub {&#8230;}, $backendItem); my $vbox2 = $factory\u2212>createVBox($container); my $vbox3 = $factory\u2212>createVBox($container); $replacepoint\u2212><b>finished()<\/b>;<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\">&#8230;<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\">$replacepoint\u2212><b>clear()<\/b>; &#8230; # start anew with adding widgets, items, etc&#8230; &#8230; $replacepoint\u2212><b>finished()<\/b>;<\/p>\n<h2>DESCRIPTION <a name=\"DESCRIPTION\"><\/a> <\/h2>\n<p style=\"margin-left:11%; margin-top: 1em\">This class wraps YReplacePoint and it\u2019s child widgets to handle<\/p>\n<h2>SUPPORT <a name=\"SUPPORT\"><\/a> <\/h2>\n<p style=\"margin-left:11%; margin-top: 1em\">You can find documentation for this module with the perldoc command:<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\">perldoc ManaTools::Shared::GUI::ReplacePoint<\/p>\n<h2>SEE ALSO <a name=\"SEE ALSO\"><\/a> <\/h2>\n<p style=\"margin-left:11%; margin-top: 1em\">yui::YReplacePoint<\/p>\n<h2>AUTHOR <a name=\"AUTHOR\"><\/a> <\/h2>\n<p style=\"margin-left:11%; margin-top: 1em\">Maarten Vanraes <alien@rmail.be><\/p>\n<h2>COPYRIGHT and LICENSE <a name=\"COPYRIGHT and LICENSE\"><\/a> <\/h2>\n<p style=\"margin-left:11%; margin-top: 1em\">Copyright (C) 2015\u22122017, Maarten Vanraes.<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\">This program is free software; you can redistribute it and\/or modify it under the terms of the <small>GNU<\/small> General Public License version 2, as published by the Free Software Foundation.<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\">This program is distributed in the hope that it will be useful, but <small>WITHOUT ANY WARRANTY<\/small> ; without even the implied warranty of <small>MERCHANTABILITY<\/small> or <small>FITNESS FOR A PARTICULAR PURPOSE.<\/small> See the <small>GNU<\/small> General Public License for more details.<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\">You should have received a copy of the <small>GNU<\/small> General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place \u2212 Suite 330, Boston, <small>MA 02111\u22121307, USA<\/small><\/p>\n<h2>FUNCTIONS <a name=\"FUNCTIONS\"><\/a> <\/h2>\n<p style=\"margin-left:11%; margin-top: 1em\"><b>new<\/b> <i><small><br \/> INPUT<\/small><\/i><\/p>\n<p style=\"margin-left:11%; margin-top: 1em\">hash ref containing <br \/> eventHandler: the parent that does eventHandlerRole <br \/> parentWidget: the parent widget<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\"><i><small>DESCRIPTION<\/small><\/i><\/p>\n<p style=\"margin-left:11%; margin-top: 1em\">new is inherited from Moose, to create a ReplacePoint object<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\"><b>buildReplacePoint<\/b> <i><small><br \/> INPUT<\/small><\/i><\/p>\n<p style=\"margin-left:11%; margin-top: 1em\">$self: this object<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\"><i><small>DESCRIPTION<\/small><\/i><\/p>\n<p style=\"margin-left:11%; margin-top: 1em\">builds the YReplacePoint widget<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\"><b>clear<\/b> <i><small><br \/> INPUT<\/small><\/i><\/p>\n<p style=\"margin-left:11%; margin-top: 1em\">$self: this object<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\"><i><small>DESCRIPTION<\/small><\/i><\/p>\n<p style=\"margin-left:11%; margin-top: 1em\">clears the replacepoint to prepare for re\u2212adding new items, call finished() afterwards<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\"><b>finished<\/b> <i><small><br \/> INPUT<\/small><\/i><\/p>\n<p style=\"margin-left:11%; margin-top: 1em\">$self: this object<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\"><i><small>DESCRIPTION<\/small><\/i><\/p>\n<p style=\"margin-left:11%; margin-top: 1em\">finalizes the widgets on the ReplacePoint<\/p>\n<hr>\n","protected":false},"excerpt":{"rendered":"<p>  ManaTools::Shared::GUI::ReplacePoint \u2212 Class to manage a yui YReplacePoint properly <\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[3007,3661],"class_list":["post-7345","post","type-post","status-publish","format-standard","hentry","category-sin-categoria","tag-man3","tag-manatoolssharedguireplacepoint"],"gutentor_comment":0,"_links":{"self":[{"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/posts\/7345","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/comments?post=7345"}],"version-history":[{"count":0,"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/posts\/7345\/revisions"}],"wp:attachment":[{"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/media?parent=7345"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/categories?post=7345"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/tags?post=7345"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}