#include <tipwindow.h>
Inherits BC_DialogThread.

Public Member Functions | |
| TipWindow (MWindow *mwindow) | |
| BC_Window * | new_gui () |
| char * | get_current_tip () |
| void | next_tip () |
| void | prev_tip () |
Data Fields | |
| MWindow * | mwindow |
| TipWindowGUI * | gui |
Definition at line 14 of file tipwindow.h.
| TipWindow::TipWindow | ( | MWindow * | mwindow | ) |
Definition at line 57 of file tipwindow.C.
| BC_Window * TipWindow::new_gui | ( | ) | [virtual] |
Reimplemented from BC_DialogThread.
Definition at line 63 of file tipwindow.C.
References TipWindowGUI::create_objects(), BC_DisplayInfo::get_abs_cursor_x(), BC_DisplayInfo::get_abs_cursor_y(), gui, mwindow, TimeEntry::x, and TimeEntry::y.

| char * TipWindow::get_current_tip | ( | ) |
Definition at line 76 of file tipwindow.C.
References _, CLAMP, MainSession::current_tip, mwindow, MWindow::save_defaults(), MWindow::session, tips, and total_tips.
Referenced by TipWindowGUI::create_objects(), next_tip(), and prev_tip().

| void TipWindow::next_tip | ( | ) |
Definition at line 87 of file tipwindow.C.
References get_current_tip(), gui, TipWindowGUI::tip_text, and BC_Title::update().
Referenced by TipNext::handle_event().

| void TipWindow::prev_tip | ( | ) |
Definition at line 92 of file tipwindow.C.
References MainSession::current_tip, get_current_tip(), gui, mwindow, MWindow::session, TipWindowGUI::tip_text, total_tips, and BC_Title::update().
Referenced by TipPrev::handle_event().

Definition at line 24 of file tipwindow.h.
Referenced by get_current_tip(), new_gui(), and prev_tip().
Reimplemented from BC_DialogThread.
Definition at line 25 of file tipwindow.h.
Referenced by new_gui(), next_tip(), and prev_tip().
1.5.5