Strona Główna   Lista Obszarów Nazw   Lista Alfabetyczna   Lista Klas   Lista Plików   Składowe Klas   Składowe Plików  

Referencje Pliku multirecttracker.cpp

#include "stdafx.h"
#include "MultiRectTracker.h"
#include "math.h"
#include "Globals.h"
#include "Console.h"
#include "TObject.h"
#include <iostream>

Wykres zależności załączania dla multirecttracker.cpp:

Include dependency graph

Komponenty

struct  MousePos

Funkcje

int _abs (int x)

Zmienne

const int iLeftMax = 0
const int iLeftMin = 1
const int iRightMax = 2
const int iRightMin = 3
const int iTopMax = 4
const int iTopMin = 5
const int iBottomMax = 6
const int iBottomMin = 7
const int iHeightMidMin = 8
const int iHeightMidMax = 9
const int iWidthMidMin = 10
const int iWidthMidMax = 11
const int piMaxMousePos = 12
const int ciMaxMousePos = 13
int piMousePos [piMaxMousePos]
MousePos ciMousePos [ciMaxMousePos]

Dokumentacja Funkcji

int _abs int    x [inline]
 


Dokumentacja Zmiennych

const int ciMaxMousePos = 13
 

MousePos ciMousePos[ciMaxMousePos]
 

Inicjalizator:

                      
{
        iLeftMax   , iLeftMin   , iTopMax       , iTopMin,       true,  true,  false, false, NULL,  mskTopLeft,      hitTopLeft,
        iLeftMax   , iLeftMin   , iBottomMax    , iBottomMin,    true,  false, false, true,  NULL,  mskBottomLeft,   hitBottomLeft,
        iRightMax  , iRightMin  , iTopMax       , iTopMin,       false, true,  true,  false, NULL,  mskTopRight,     hitTopRight,
        iRightMax  , iRightMin  , iBottomMax    , iBottomMin,    false, false, true,  true,  NULL,  mskBottomRight,  hitBottomRight,

        iLeftMax   , iLeftMin   , iHeightMidMax , iHeightMidMin, true,  false, false, false, NULL,  mskMiddleLeft,   hitMiddleLeft,
        iRightMax  , iRightMin  , iHeightMidMax , iHeightMidMin, false, false, true,  false, NULL,  mskMiddleRight,  hitMiddleRight,
        iTopMax    , iTopMin    , iWidthMidMin  , iWidthMidMax,  false, true,  false, false, NULL,  mskMiddleTop,    hitMiddleTop,
        iBottomMax , iBottomMin , iWidthMidMin  , iWidthMidMax,  false, false, false, true,  NULL,  mskMiddleBottom, hitMiddleBottom,

        iLeftMax   , iRightMax  , iTopMax       , iTopMin,       true,  true,  true,  true,  NULL,  mskTop,          hitTop,
        iLeftMax   , iRightMax  , iBottomMax    , iBottomMin,    true,  true,  true,  true,  NULL,  mskBottom,       hitBottom,
        iTopMax    , iBottomMax , iLeftMin      , iLeftMax,      true,  true,  true,  true,  NULL,  mskLeft,         hitLeft,
        iTopMax    , iBottomMax , iRightMin     , iRightMax,     true,  true,  true,  true,  NULL,  mskRight,        hitRight,

        iLeftMax   , iRightMax  , iTopMax       , iBottomMax,    true,  true,  true,  true,  NULL,  mskMiddle,       hitMiddle
}

const int iBottomMax = 6
 

const int iBottomMin = 7
 

const int iHeightMidMax = 9
 

const int iHeightMidMin = 8
 

const int iLeftMax = 0
 

const int iLeftMin = 1
 

const int iRightMax = 2
 

const int iRightMin = 3
 

const int iTopMax = 4
 

const int iTopMin = 5
 

const int iWidthMidMax = 11
 

const int iWidthMidMin = 10
 

const int piMaxMousePos = 12
 

int piMousePos[piMaxMousePos]
 


Wygenerowano Mon Feb 17 16:20:34 2003 dla FormCreator programem doxygen1.2.16