|
|
| |
App::PFM::Browser::Bookmarks(3) |
User Contributed Perl Documentation |
App::PFM::Browser::Bookmarks(3) |
App::PFM::Browser::Bookmarks
This class is responsible for the browsing functionality that is specific for
browsing through bookmarks and selecting one.
- _init(App::PFM::Screen $screen, App::PFM::Config $config, hashref
$states)
- Initializes new instances. Called from the constructor. Stores the
application's array of states internally.
- browselist()
- Getter for the key listing (a..z, A..Z, 0..9) that is to be shown.
- cursorcol()
- Getter for the cursor column to be used in this browser.
- currentitem()
- Getter for the bookmark at the cursor position.
- list_items()
- Lists the bookmarks from the hash of states. Calls show_item() to
display each item.
- show_item(int $which, boolean $highlight)
- Shows one bookmark item. Applies highlighting if the highlight
argument is true.
pfm(1), App::PFM::Browser(3pm).
Visit the GSP FreeBSD Man Page Interface. Output converted with ManDoc. |