Chatterino
Public Types | Public Member Functions | Friends | List of all members
chatterino::SplitContainer::Node Struct Referencefinal

#include <SplitContainer.hpp>

Public Types

enum  Type { EmptyRoot, _Split, VerticalContainer, HorizontalContainer }
 

Public Member Functions

Type getType ()
 
SplitgetSplit ()
 
NodegetParent ()
 
qreal getHorizontalFlex ()
 
qreal getVerticalFlex ()
 
const std::vector< std::unique_ptr< Node > > & getChildren ()
 

Friends

class SplitContainer
 

Member Enumeration Documentation

◆ Type

Enumerator
EmptyRoot 
_Split 
VerticalContainer 
HorizontalContainer 

Member Function Documentation

◆ getChildren()

const std::vector< std::unique_ptr< SplitContainer::Node > > & chatterino::SplitContainer::Node::getChildren ( )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ getHorizontalFlex()

qreal chatterino::SplitContainer::Node::getHorizontalFlex ( )
Here is the caller graph for this function:

◆ getParent()

SplitContainer::Node * chatterino::SplitContainer::Node::getParent ( )
Here is the caller graph for this function:

◆ getSplit()

Split * chatterino::SplitContainer::Node::getSplit ( )
Here is the caller graph for this function:

◆ getType()

SplitContainer::Node::Type chatterino::SplitContainer::Node::getType ( )
Here is the caller graph for this function:

◆ getVerticalFlex()

qreal chatterino::SplitContainer::Node::getVerticalFlex ( )
Here is the caller graph for this function:

Friends And Related Function Documentation

◆ SplitContainer

friend class SplitContainer
friend

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