NCBI C++ ToolKit
|
Search Toolkit Book for CPanelGrid
#include "panel_grid.hpp"
(Private to src/gui/print
.)
Classes | |
struct | SNeighbors |
Public Member Functions | |
CPanelGrid (CIdGenerator *objid_gen, unsigned int cols, unsigned int rows) | |
virtual | ~CPanelGrid () |
TPanelRef | GetPanel (unsigned int panel) const |
TPanelRef | GetPanel (unsigned int col, unsigned int row) const |
unsigned int | GetNumPanels (void) const |
TAlignment | GetVAlign (unsigned int row) const |
TAlignment | GetHAlign (unsigned int col) const |
SNeighbors | GetNeighbours (unsigned int row, unsigned int col) const |
![]() | |
CObject (void) | |
Constructor. More... | |
CObject (const CObject &src) | |
Copy constructor. More... | |
virtual | ~CObject (void) |
Destructor. More... | |
CObject & | operator= (const CObject &src) THROWS_NONE |
Assignment operator. More... | |
bool | CanBeDeleted (void) const THROWS_NONE |
Check if object can be deleted. More... | |
bool | IsAllocatedInPool (void) const THROWS_NONE |
Check if object is allocated in memory pool (not system heap) More... | |
bool | Referenced (void) const THROWS_NONE |
Check if object is referenced. More... | |
bool | ReferencedOnlyOnce (void) const THROWS_NONE |
Check if object is referenced only once. More... | |
void | AddReference (void) const |
Add reference to object. More... | |
void | RemoveReference (void) const |
Remove reference to object. More... | |
void | ReleaseReference (void) const |
Remove reference without deleting object. More... | |
virtual void | DoNotDeleteThisObject (void) |
Mark this object as not allocated in heap – do not delete this object. More... | |
virtual void | DoDeleteThisObject (void) |
Mark this object as allocated in heap – object can be deleted. More... | |
void * | operator new (size_t size) |
Define new operator for memory allocation. More... | |
void * | operator new[] (size_t size) |
Define new[] operator for 'array' memory allocation. More... | |
void | operator delete (void *ptr) |
Define delete operator for memory deallocation. More... | |
void | operator delete[] (void *ptr) |
Define delete[] operator for memory deallocation. More... | |
void * | operator new (size_t size, void *place) |
Define new operator. More... | |
void | operator delete (void *ptr, void *place) |
Define delete operator. More... | |
void * | operator new (size_t size, CObjectMemoryPool *place) |
Define new operator using memory pool. More... | |
void | operator delete (void *ptr, CObjectMemoryPool *place) |
Define delete operator. More... | |
virtual void | DebugDump (CDebugDumpContext ddc, unsigned int depth) const |
Define method for dumping debug information. More... | |
![]() | |
CDebugDumpable (void) | |
virtual | ~CDebugDumpable (void) |
void | DebugDumpText (ostream &out, const string &bundle, unsigned int depth) const |
void | DebugDumpFormat (CDebugDumpFormatter &ddf, const string &bundle, unsigned int depth) const |
void | DumpToConsole (void) const |
Protected Member Functions | |
unsigned int | x_GetPanelNumber (unsigned int col, unsigned int row) const |
![]() | |
virtual void | DeleteThis (void) |
Virtual method "deleting" this object. More... | |
Private Types | |
typedef CPrintOptions::TAlignment | TAlignment |
typedef CRef< CPanel > | TPanelRef |
Private Attributes | |
CRef< CIdGenerator > | m_ObjIdGenerator |
unsigned int | m_Cols |
unsigned int | m_Rows |
vector< TPanelRef > | m_Panels |
Additional Inherited Members | |
![]() | |
enum | EAllocFillMode { eAllocFillNone = 1 , eAllocFillZero , eAllocFillPattern } |
Control filling of newly allocated memory. More... | |
typedef CObjectCounterLocker | TLockerType |
Default locker type for CRef. More... | |
typedef atomic< Uint8 > | TCounter |
Counter type is CAtomiCounter. More... | |
typedef Uint8 | TCount |
Alias for value type of counter. More... | |
![]() | |
static NCBI_XNCBI_EXPORT void | ThrowNullPointerException (void) |
Define method to throw null pointer exception. More... | |
static NCBI_XNCBI_EXPORT void | ThrowNullPointerException (const type_info &type) |
static EAllocFillMode | GetAllocFillMode (void) |
static void | SetAllocFillMode (EAllocFillMode mode) |
static void | SetAllocFillMode (const string &value) |
Set mode from configuration parameter value. More... | |
![]() | |
static void | EnableDebugDump (bool on) |
![]() | |
static const TCount | eCounterBitsCanBeDeleted = 1 << 0 |
Define possible object states. More... | |
static const TCount | eCounterBitsInPlainHeap = 1 << 1 |
Heap signature was found. More... | |
static const TCount | eCounterBitsPlaceMask |
Mask for 'in heap' state flags. More... | |
static const int | eCounterStep = 1 << 2 |
Skip over the "in heap" bits. More... | |
static const TCount | eCounterValid = TCount(1) << (sizeof(TCount) * 8 - 2) |
Minimal value for valid objects (reference counter is zero) Must be a single bit value. More... | |
static const TCount | eCounterStateMask |
Valid object, and object in heap. More... | |
Definition at line 48 of file panel_grid.hpp.
|
private |
Definition at line 51 of file panel_grid.hpp.
|
private |
Definition at line 52 of file panel_grid.hpp.
CPanelGrid::CPanelGrid | ( | CIdGenerator * | objid_gen, |
unsigned int | cols, | ||
unsigned int | rows | ||
) |
Definition at line 47 of file panel_grid.cpp.
References GetHAlign(), GetVAlign(), CPanel::m_Col, m_Cols, CPanel::m_HAlign, CPanel::m_HPageOffset, m_ObjIdGenerator, CPanel::m_Panel, CPanel::m_PanelNum, m_Panels, CPanel::m_Row, m_Rows, CPanel::m_VAlign, CPanel::m_VPageOffset, CIdGenerator::NextId(), r(), and x_GetPanelNumber().
|
virtual |
Definition at line 75 of file panel_grid.cpp.
CPanelGrid::TAlignment CPanelGrid::GetHAlign | ( | unsigned int | col | ) | const |
Definition at line 101 of file panel_grid.cpp.
References CPrintOptions::eCenter, CPrintOptions::eLeft, CPrintOptions::eRight, and m_Cols.
Referenced by CPanelGrid().
CPanelGrid::SNeighbors CPanelGrid::GetNeighbours | ( | unsigned int | row, |
unsigned int | col | ||
) | const |
Definition at line 153 of file panel_grid.cpp.
References GetPanel(), and n.
Referenced by CPageHandler::x_CreatePrintersMarks().
unsigned int CPanelGrid::GetNumPanels | ( | void | ) | const |
Definition at line 147 of file panel_grid.cpp.
References m_Cols, and m_Rows.
Referenced by CPageHandler::WritePages().
Definition at line 131 of file panel_grid.cpp.
References GetPanel(), and x_GetPanelNumber().
Definition at line 122 of file panel_grid.cpp.
References m_Panels.
Referenced by GetNeighbours(), GetPanel(), CPageHandler::WritePages(), and CPageHandler::x_DrawPanelLink().
CPanelGrid::TAlignment CPanelGrid::GetVAlign | ( | unsigned int | row | ) | const |
Definition at line 80 of file panel_grid.cpp.
References CPrintOptions::eBottom, CPrintOptions::eMiddle, CPrintOptions::eTop, and m_Rows.
Referenced by CPanelGrid().
Definition at line 137 of file panel_grid.cpp.
References m_Cols, and m_Rows.
Referenced by CPanelGrid(), and GetPanel().
|
private |
Definition at line 85 of file panel_grid.hpp.
Referenced by CPanelGrid(), GetHAlign(), GetNumPanels(), and x_GetPanelNumber().
|
private |
Definition at line 83 of file panel_grid.hpp.
Referenced by CPanelGrid().
|
private |
Definition at line 88 of file panel_grid.hpp.
Referenced by CPanelGrid(), and GetPanel().
|
private |
Definition at line 86 of file panel_grid.hpp.
Referenced by CPanelGrid(), GetNumPanels(), GetVAlign(), and x_GetPanelNumber().