コード例 #1
0
ファイル: logger.cpp プロジェクト: hamletg/dbg_log
void logger::SetOfstream(std::ofstream *ofs)
{
	if (m_text_ctrl!=NULL)
		SetTextCtrl(NULL);

	m_os=(std::ostream *)ofs;
	m_ofs=ofs;
}
コード例 #2
0
ファイル: codewriter.cpp プロジェクト: chtheis/wxFormBuilder
TCCodeWriter::TCCodeWriter( wxStyledTextCtrl* tc )
{
	SetTextCtrl( tc );
}
コード例 #3
0
ファイル: codewriter.cpp プロジェクト: thegwydd/wxFormBuilder
TCCodeWriter::TCCodeWriter( wxScintilla* tc )
{
	SetTextCtrl( tc );
}