#include <auxframes.h>
Inheritance diagram for AuxFrame:

Definition at line 72 of file auxframes.h.
Public Types | |
| enum | refresh_t { REFRESH, FORCE_REFRESH } |
Public Member Functions | |
| AuxFrame (wxFrame *, int, wxString, wxString) | |
| ~AuxFrame () | |
| void | SwitchDisplay () |
| void | Reload () |
| virtual void | Refresh (refresh_t force=REFRESH) |
Protected Attributes | |
| int | show |
| frames_id_t | frameid |
| wxString | name |
| wxString | classname |
| ConfigDB | config |
|
|
Definition at line 84 of file auxframes.h. |
|
||||||||||||||||||||
|
Definition at line 54 of file auxframes.cc. References classname, config, frameid, ConfigDB::getFrameShow(), name, and show. |
|
|
Definition at line 64 of file auxframes.cc. References classname, config, ConfigDB::setFramePos(), ConfigDB::setFrameShow(), ConfigDB::setFrameSize(), and show. |
|
|
Definition at line 91 of file auxframes.h. Referenced by Reload(), and MainFrame::UpdateFrames(). |
|
|
Definition at line 91 of file auxframes.cc. References classname, config, ConfigDB::getFramePos(), ConfigDB::getFrameSize(), MINH, MINW, Refresh(), and show. Referenced by SwitchDisplay(). |
|
|
Definition at line 74 of file auxframes.cc. References Reload(), and show. Referenced by MainFrame::OnMenuShowFrame(). |
|
|
Definition at line 77 of file auxframes.h. Referenced by AuxFrame(), Reload(), and ~AuxFrame(). |
|
|
Definition at line 78 of file auxframes.h. Referenced by AuxFrame(), Plus1Frame::refresh(), Reload(), and ~AuxFrame(). |
|
|
Definition at line 76 of file auxframes.h. Referenced by AuxFrame(). |
|
|
Definition at line 77 of file auxframes.h. Referenced by AuxFrame(). |
|
|
Definition at line 75 of file auxframes.h. Referenced by AuxFrame(), Reload(), SwitchDisplay(), and ~AuxFrame(). |
1.4.5