A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://www.ncbi.nlm.nih.gov/IEB/ToolBox/CPP_DOC/doxyhtml/classCDockLayoutTree.html below:

NCBI C++ ToolKit: CDockLayoutTree Class Reference

Search Toolkit Book for CDockLayoutTree

CDockLayoutTree - represents hierarchical layout in a Dock Container as a tree where nodes correspond to windows. More...

#include <gui/widgets/wx/dock_layout.hpp>

  CDockLayoutTree ()   CDockLayoutTree interface. More...
    CDockLayoutTree (CNode *root, CNode *central_pane)   CDockLayoutTree. More...
  virtual  ~CDockLayoutTree ()   CConstRef< CNodeGetRoot () const   CRef< CNodeGetRoot ()   CConstRef< CNodeGetCentralPane () const   CRef< CNodeGetCentralPane ()   void  DisconnectAllNodes ()   void  Remove (CNode &node)   void  HideAll ()   CNodeFindByFingerprint (const TFingerprint &s)   template<class F > bool  DepthFirstSearch (F &func)   template<class F > void  DepthFirstForEach (F &func)   void  LogPost () const   void  LogPost (const CNode &node, unsigned int level) const   void  Validate (const CNode &node, bool vis_tree) const   objects::CUser_object *  ToUserObject () const   CDockLayoutTreeCloneTree () const   void  SaveSplitterLayout ()     CObject (void)   Constructor. More...
    CObject (const CObject &src)   Copy constructor. More...
  virtual  ~CObject (void)   Destructor. More...
  CObjectoperator= (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  

CDockLayoutTree - represents hierarchical layout in a Dock Container as a tree where nodes correspond to windows.

Terminal nodes correspond to clients (IWMClient-s), other nodes - to containers such as Notebooks and Splitters. Dock Container contains two instances of CDockLayoutTree - one represents only windows actually visible on screen (Visible Tree), the other contains node for both shown and hidden windows. Visible nodes in both trees are linked to each other.

Definition at line 62 of file dock_layout.hpp.

◆ TFingerprint ◆ TNodeVector ◆ ENodeType Enumerator eClient  eHorzSplitter  eVertSplitter  eTab 

Definition at line 68 of file dock_layout.hpp.

◆ CDockLayoutTree() [1/2] CDockLayoutTree::CDockLayoutTree ( ) inline ◆ CDockLayoutTree() [2/2] CDockLayoutTree::CDockLayoutTree ( CNoderoot, CNodecentral_pane  ) ◆ ~CDockLayoutTree() CDockLayoutTree::~CDockLayoutTree ( ) virtual ◆ CloneTree() ◆ DepthFirstForEach()

template<class F >

void CDockLayoutTree::DepthFirstForEach ( Ffunc ) ◆ DepthFirstSearch()

template<class F >

bool CDockLayoutTree::DepthFirstSearch ( Ffunc ) ◆ DisconnectAllNodes() void CDockLayoutTree::DisconnectAllNodes ( ) ◆ FindByFingerprint() ◆ FromUserObject() ◆ GetCentralPane() [1/2] CRef<CNode> CDockLayoutTree::GetCentralPane ( ) inline ◆ GetCentralPane() [2/2] ◆ GetRoot() [1/2] CRef<CNode> CDockLayoutTree::GetRoot ( void  ) inline ◆ GetRoot() [2/2]

Definition at line 179 of file dock_layout.hpp.

References m_Root.

Referenced by CDockContainer::AddClient(), CDockContainer::AddClientToCentralPane(), CDockContainer::BlockSplittersLayout(), CDockContainer::GetRootWindow(), CDockContainer::IsRootWindow(), CDockContainer::SetFullTree(), ToUserObject(), CDockContainer::x_AddClientInSplitter(), CDockContainer::x_AddClientToHiddenPos(), CDockContainer::x_DestroyEmptyLayout(), and CDockContainer::x_Full_CleanLayoutTree().

◆ HideAll() void CDockLayoutTree::HideAll ( ) ◆ LogPost() [1/2] void CDockLayoutTree::LogPost ( ) const ◆ LogPost() [2/2] void CDockLayoutTree::LogPost ( const CNodenode, unsigned int  level  ) const

Definition at line 518 of file dock_layout.cpp.

References IWMClient::CFingerprint::AsPersistentString(), eClient, eHorzSplitter, eTab, eVertSplitter, CDockLayoutTree::CNode::GetChildren(), CDockLayoutTree::CNode::GetFingerprint(), CDockLayoutTree::CNode::GetParent(), CDockLayoutTree::CNode::GetType(), CDockLayoutTree::CNode::GetWindow(), i, Info(), CDockLayoutTree::CNode::IsHidden(), kIndent, LOG_POST, LogPost(), m_CentralPane, offset, and ncbi::grid::netcache::search::fields::size.

◆ Remove() void CDockLayoutTree::Remove ( CNodenode ) ◆ SaveSplitterLayout() void CDockLayoutTree::SaveSplitterLayout ( ) ◆ ToUserObject() ◆ Validate() void CDockLayoutTree::Validate ( const CNodenode, bool  vis_tree  ) const ◆ x_DisconnectNodes() void CDockLayoutTree::x_DisconnectNodes ( CNodenode ) protected ◆ x_FindByFingerprint() ◆ x_HideNodes() void CDockLayoutTree::x_HideNodes ( CNodenode ) protected ◆ m_CentralPane ◆ m_Root

Definition at line 213 of file dock_layout.hpp.

Referenced by CDockContainer::AddClientToCentralPane(), CloneTree(), DepthFirstForEach(), DepthFirstSearch(), DisconnectAllNodes(), FindByFingerprint(), GetRoot(), HideAll(), LogPost(), CDockContainer::LogPostTrees(), SaveSplitterLayout(), Validate(), CDockContainer::x_AddClientInSplitter(), CDockContainer::x_AddClientInTab(), CDockContainer::x_AddClientToHiddenPos(), CDockContainer::x_Full_CleanLayoutTree(), CDockContainer::x_Full_ReduceContainer(), CDockContainer::x_Full_ReduceHiddenContainer_IfNeeded(), CDockContainer::x_Full_RemoveNode(), CDockContainer::x_Visible_RemoveNode(), CDockContainer::x_Visible_ReplaceChildWithContainer(), and CDockContainer::x_Visible_ReplaceContainerWithChild().

The documentation for this class was generated from the following files:


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4