Query: mac::aete::app
OS: osx
Section: 3
Links: osx man pages all man pages
Forums: unix linux community forum categories
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Mac::AETE::App(3) User Contributed Perl Documentation Mac::AETE::App(3)NAMEMac::AETE::App - reads the Macintosh Apple event dictionary from an application.SYNOPSISuse Mac::AETE::App; use Mac::AETE::Format::Dictionary; $app = App->new("My Application"); $formatter = Dictionary->new; $app->set_format($formatter); $app->read; $app->write;DESCRIPTIONThe App module simplifies reading the Apple event dictionary from an application. It will launch the application if necessary to obtain the dictionary. Methods new Example: ($name is the name of the application.) use Mac::AETE::App; use Mac::AETE::Format::Dictionary; $app = App->new($aete_handle, $name); read (Inherited from Mac::AETE::Parser.) Reads the data contained in the AETE resource or handle. Example: $app->read; set_format (Inherited from Mac::AETE::Parser.) Sets the output formatter used during by the 'write' subroutine. Example: $formatter = Dictionary->new; $app->set_format($formatter); copy (Inherited from Mac::AETE::Parser.) Copies all suites from one Parser object into another. Example: $aete2 = Parser->new($aete_handle2, $another_name); $app->copy($aete2); copies the suites from $aete2 into $aete. merge (Inherited from Mac::AETE::Parser.) Merges suites from one Parser object into another. Only the suites that exist in both objects will be replaced. Example: $aete3 = Parser->new($aete_handle2, $another_name); $app->merge($aete3); write (Inherited from Mac::AETE::Parser.) Prints the contents of the AETE or AEUT resource using the current formatter. $app->write;INHERITANCEInherits from Mac::AETE::Parser.AUTHORDavid Schooley <dcschooley@mediaone.net> perl v5.10.0 2005-05-16 Mac::AETE::App(3)
Related Man Pages |
---|
mac::apps::launch5.18(3) - mojave |
mac::aete::parser(3) - osx |
mac::apps::launch(3) - osx |
app::info::handler::prompt(3pm) - debian |
plack::app::cgibin(3pm) - debian |
Similar Topics in the Unix Linux Community |
---|
Remove blank line - SED |
Tapatalk App for Reading Forums on Mobile |
[SOLVED] How can i control the same app in two servers? |
The Terminal on Mac OS X |
The Terminal on Mac OS X |