|
|
| |
App::PFM::State(3) |
User Contributed Perl Documentation |
App::PFM::State(3) |
PFM class used for storing the current state of the application.
- _init(App::PFM::Application $pfm, App::PFM::Screen
$screen, App::PFM::Config $config,
App::PFM::OS $os, App::PFM::JobHandler
$jobhandler, string $path)
- Initializes new instances. Called from the constructor. Instantiates a
App::PFM::Directory object.
- _clone( [ array @args ] )
- Performs one phase of the cloning process by cloning an existing
App::PFM::Directory instance.
Arguments are passed to the clone() function of the
Directory object.
- DESTROY()
- Signals the Directory object to unregister itself with the Screen::Listing
object.
- directory( [ App::PFM::Directory $directory ] )
- Getter/setter for the App::PFM::Directory object.
- sort_mode( [ string $sort_mode ] )
- Getter/setter for the sort mode. The sort mode must be a string consisting
of valid sortmode characters as defined by the SORTMODES constant
above.
- radix_mode( [ string $radix_mode ] )
- Getter/setter for the radix mode. The radix mode must be one of the values
defined in NUMFORMATS.
- prepare(string $path [, string $sort_mode ]
)
- Prepares the contents of this state object. Called in case this state is
not to be displayed on-screen right away.
The path argument is passed to the prepare()
method of the Directory object. sort_mode specifies the initial
sort mode.
- on_after_parse_config(App::PFM::Event $event)
- Applies the config settings when the config file has been read and parsed.
Is also called directly from
App::PFM::Application::_bootstrap_states() when a swap state is
instantiated.
pfm(1), App::PFM::Application(3pm),
App::PFM::Directory(3pm).
Visit the GSP FreeBSD Man Page Interface. Output converted with ManDoc. |