Page principale | Liste des namespaces | Hiérarchie des classes | Liste par ordre alphabétique | Liste des composants | Liste des fichiers | Membres des namespaces | Composants | Déclarations

Référence de la classe ExCCommand

#include <ExCCommand.h>


Membres publics

 ExCCommand ()
 ExCCommand (int Command)
 ExCCommand (const ExCCommand &Command)
 ExCCommand (int Command, int MousePosX, int MousePosY)
 ~ExCCommand ()

Attributs Publics

int m_Command
int m_MousePosx
int m_MousePosy


Documentation des contructeurs et destructeurs

ExCCommand::ExCCommand  ) 
 

Définition à la ligne 6 du fichier ExCCommand.cpp.

Références m_Command, m_MousePosx, m_MousePosy, et NO_INPUT.

00007 {
00008         m_Command=NO_INPUT;
00009         m_MousePosx=0;
00010         m_MousePosy=0;
00011 }

ExCCommand::ExCCommand int  Command  ) 
 

Définition à la ligne 17 du fichier ExCCommand.cpp.

Références m_Command, m_MousePosx, et m_MousePosy.

00018 {
00019         m_Command=Command;
00020         m_MousePosx=0;
00021         m_MousePosy=0;
00022 }

ExCCommand::ExCCommand const ExCCommand Command  ) 
 

Définition à la ligne 31 du fichier ExCCommand.cpp.

Références m_Command, m_MousePosx, et m_MousePosy.

00032 {
00033         m_Command=Command.m_Command;
00034         m_MousePosx=Command.m_MousePosx;
00035         m_MousePosy=Command.m_MousePosy;
00036 }

ExCCommand::ExCCommand int  Command,
int  MousePosX,
int  MousePosY
 

Définition à la ligne 24 du fichier ExCCommand.cpp.

Références m_Command, m_MousePosx, et m_MousePosy.

00025 {
00026         m_Command=Command;
00027         m_MousePosx=MousePosX;
00028         m_MousePosy=MousePosY;
00029 }

ExCCommand::~ExCCommand  ) 
 

Définition à la ligne 13 du fichier ExCCommand.cpp.

00014 {
00015 }


Documentation des données imbriquées

int ExCCommand::m_Command
 

Définition à la ligne 64 du fichier ExCCommand.h.

Référencé par ExCCommand(), ExManagerNetwork::InputCommand(), ExManagerModel::InputCommand(), ExManagerConsole::InputCommand(), ExCWindowObject::InputCommand(), ExCWindowMessageBoxQuestion::InputCommand(), ExCWindowMessageBox::InputCommand(), ExCWindowLabel::InputCommand(), ExCWindowEditLabel::InputCommand(), ExCWindowButtonSwitchOnMouse::InputCommand(), ExCWindowButtonSwitch::InputCommand(), ExCWindowButton::InputCommand(), et ExManagerCommand::ProcessCommand().

int ExCCommand::m_MousePosx
 

Définition à la ligne 65 du fichier ExCCommand.h.

Référencé par ExCCommand(), ExManagerObjectWindow::InputAction(), ExCWindowObject::InputCommand(), ExCWindowMessageBoxQuestion::InputCommand(), ExCWindowMessageBox::InputCommand(), ExCWindowContent::InputCommand(), et ExCWindow::InputCommand().

int ExCCommand::m_MousePosy
 

Définition à la ligne 66 du fichier ExCCommand.h.

Référencé par ExCCommand(), ExManagerObjectWindow::InputAction(), ExCWindowObject::InputCommand(), ExCWindowMessageBoxQuestion::InputCommand(), ExCWindowMessageBox::InputCommand(), ExCWindowContent::InputCommand(), et ExCWindow::InputCommand().


La documentation associée à cette classe a été générée à partir des fichiers suivants :
Généré le Tue Oct 28 12:43:45 2003 pour ExNihilo par doxygen 1.3.4