#include <labels.h>
Inherits ListItem< Label >.

Public Member Functions | |
| Label (EDL *edl, Labels *labels, double position, char *textstr) | |
| Label () | |
| ~Label () | |
Data Fields | |
| EDL * | edl |
| Labels * | labels |
| char | textstr [BCTEXTLEN] |
| double | position |
Definition at line 28 of file labels.h.
| char Label::textstr[BCTEXTLEN] |
Definition at line 38 of file labels.h.
Referenced by LabelGUI::button_press_event(), Labels::copy(), AWindowGUI::copy_picons(), LabelEditComments::handle_event(), Labels::insert_labels(), Label(), Labels::load(), and Labels::save().
| double Label::position |
Definition at line 40 of file labels.h.
Referenced by Labels::clear(), Labels::copy(), Labels::copy_length(), AssetPicon::create_objects(), PackageDispatcher::create_packages(), Labels::insert(), Labels::insert_labels(), Labels::label_of(), VWindowEditing::next_label(), MWindow::next_label(), Labels::next_label(), Labels::optimize(), VWindowEditing::prev_label(), MWindow::prev_label(), Labels::prev_label(), MenuEffectThread::run(), Labels::save(), TimeBar::select_region(), and Labels::toggle_label().
1.5.5