21 lines
527 B
Plaintext
21 lines
527 B
Plaintext
|
|
||
|
|
||
|
// -*- C++ -*-
|
||
|
|
||
|
namespace Katabatic {
|
||
|
|
||
|
//! \class AutoHorizontal
|
||
|
//!
|
||
|
//! \brief Concrete Horizontal AutoSegment
|
||
|
|
||
|
//! \function void AutoHorizontal::_postCreate ();
|
||
|
//!
|
||
|
//! In addition to AutoSegment::_postCreate(), detect whether the
|
||
|
//! segment is global or local and register it in the relevant GCells
|
||
|
//! (if needed).
|
||
|
//!
|
||
|
//! If the segment is anchored directly on a terminal, adjust the
|
||
|
//! axis so it's connected.
|
||
|
|
||
|
}
|