NAME
App::Chart::Gtk2::WatchlistModel -- watchlist data model object
SYNOPSIS
use App::Chart::Gtk2::WatchlistModel;
my $model = App::Chart::Gtk2::WatchlistModel->new ($symlist);
OBJECT HIERARCHY
App::Chart::Gtk2::WatchlistModel
is a subclass of Gtk2::TreeModelFilter
,
Glib::Object
Gtk2::TreeModelFilter
App::Chart::Gtk2::WatchlistModel
DESCRIPTION
A App::Chart::Gtk2::WatchlistModel
object presents the data from a given App::Chart::Gtk2::Symlist
in a form suitable for App::Chart::Gtk2::WatchlistDialog
dialog. Currently this is its sole use.
FUNCTIONS
App::Chart::Gtk2::WatchlistModel->new ($symlist)
-
Create and return a
App::Chart::Gtk2::WatchlistModel
object presenting the symbols in$symlist
.
PROPERTIES
symlist
(App::Chart::Gtk2::Symlist
object, read-only)-
The symlist to track and get data from. The intention is that this is "construct-only", ie. to be set only when first constructing the model. To get a different symlist then create a new model.