void logger::SetOfstream(std::ofstream *ofs) { if (m_text_ctrl!=NULL) SetTextCtrl(NULL); m_os=(std::ostream *)ofs; m_ofs=ofs; }
TCCodeWriter::TCCodeWriter( wxStyledTextCtrl* tc ) { SetTextCtrl( tc ); }
TCCodeWriter::TCCodeWriter( wxScintilla* tc ) { SetTextCtrl( tc ); }