コード例 #1
0
ファイル: ChannelMask.cpp プロジェクト: estump/MSCL
	ChannelMask::ChannelMask(uint16 channelMask)
	{
		fromMask(channelMask);
	}
コード例 #2
0
ファイル: ChannelMask.cpp プロジェクト: estump/MSCL
	ChannelMask::ChannelMask()
	{
		//initialize all the channels to inactive (channel mask of 0)
		fromMask(0);
	}
コード例 #3
0
ファイル: ircperson.cpp プロジェクト: opieproject/opie
IRCPerson::IRCPerson(const QString &mask) {
    IRCPerson();
    fromMask(mask);
}