LogoLogo
Version 3
Version 3
  • Version 3
  • Welcome to Flying Logic 3
  • Flying Logic Resources
  • Recommended Reading
  • Flying Logic 3 User Guide
    • Getting Started
    • What's New
    • Reader Mode
    • The Document Window
    • Constructing Graphs
    • Graph Logic
    • Domains
    • Chart View
    • Scripting
    • Menus
    • Keyboard Shortcuts
    • Preferences
    • Project Management
  • Flying Logic 3 Scripting Guide
    • Getting Started
    • Online Resources
    • Predefined Variables
    • Classes
      • Application
      • CalendarEvent
      • Color
      • Date
      • Document
      • Domain
      • Edge
      • EntityClass
      • Entity
      • FontSpec
      • GraphElemFilter
      • GraphElem
      • GraphOperator
      • Group
      • Junctor
      • LayoutLine
      • Resource
      • Symbol
      • TextEditor
      • VertexElem
      • VertexOperator
      • Workweek
    • Constants
    • Graphic Symbol Names
    • Importer and Exporter Examples
    • Flying Logic Document Format
  • Thinking with Flying Logic
    • Part I: Introduction
    • About This Book
    • Keys to Great Thinking
    • Part II: The Theory of Constraints Thinking Processes
    • Overview of the Theory of Constraints
    • The Categories of Legitimate Reservation
    • Current Reality Tree
    • Evaporating Cloud: Conflict Resolution
    • Future Reality Tree
    • Prerequisite Tree
    • Transition Tree
    • Strategy & Tactics Tree
    • Part III: Other Techniques
    • Evidence-Based Analysis
    • Concept Maps
Powered by GitBook
On this page
  • Fields
  • Methods

Was this helpful?

  1. Flying Logic 3 Scripting Guide
  2. Classes

Group

PreviousGraphOperatorNextJunctor

Last updated 1 year ago

Was this helpful?

Group is derived class of and represents a group.

Fields

Field

Type

Description

isGroup

boolean

Read only. Returns True.

title

string

The title.

color

The background color.

symbol

The symbol for this group.

collapsed

boolean

True if the group is collapsed.

children

Read only. The elements contained in the group.

startDateString

string or None

Read only. The string that would be displayed for the group’s start date, or None if project management not enabled.

finishDateString

string or None

Read only. The string that would be displayed for the group’s finish date, or None if project management not enabled.

titleFont

Read only. The FontSpec used to render the group title.

titleLines

Read only. A list of LayoutLines providing position information for the group title.

Methods

deepCollapse( )

Performs a deep collapse on the group.

deepExpand( )

Performs a deep expand on the group.

or None

list of

list of

VertexElem
Color
Symbol
VertexElem
FontSpec
LayoutLine