DOT_ATTR
DOT_ATTR
Section: Tulip Plugins Library (3) Updated: 19 Jul 2010 Local index
Up
NAME
DOT_ATTR -
SYNOPSIS
#include <dotImportParser.h>
Public Types
enum { LAYOUT = (1<<0), SHAPE = (1<<1), WIDTH = (1<<2), HEIGHT = (1<<3), DEPTH = (1<<4), LABEL = (1<<5), HEAD_LABEL = (1<<6), TAIL_LABEL = (1<<7), URL = (1<<8), COMMENT = (1<<9), FILL_COLOR = (1<<10), FONT_COLOR = (1<<11), COLOR = (1<<12), STYLE = (1<<13) }
Public Member Functions
DOT_ATTR ()
void clear ()
DOT_ATTR operator+ (const DOT_ATTR &inRef)
void operator+= (const DOT_ATTR &inRef)
void setValue (const std::string &inId, const std::string &inValue)
Public Attributes
unsigned int mask
Coord layout
int shape
Size size
std::string label
std::string headLabel
std::string tailLabel
std::string url
std::string comment
Color color
Color fontcolor
Color fillcolor
int style
Member Enumeration Documentation
anonymous enum
Enumerator:
- LAYOUT
-
- SHAPE
-
- WIDTH
-
- HEIGHT
-
- DEPTH
-
- LABEL
-
- HEAD_LABEL
-
- TAIL_LABEL
-
- URL
-
- COMMENT
-
- FILL_COLOR
-
- FONT_COLOR
-
- COLOR
-
- STYLE
-
Constructor & Destructor Documentation
DOT_ATTR::DOT_ATTR () [inline]
Member Function Documentation
void DOT_ATTR::clear () [inline]
DOT_ATTR DOT_ATTR::operator+ (const DOT_ATTR & inRef) [inline]
void DOT_ATTR::operator+= (const DOT_ATTR & inRef) [inline]
void DOT_ATTR::setValue (const std::string & inId, const std::string & inValue) [inline]
Member Data Documentation
Color DOT_ATTR::color
std::string DOT_ATTR::comment
Color DOT_ATTR::fillcolor
Color DOT_ATTR::fontcolor
std::string DOT_ATTR::headLabel
std::string DOT_ATTR::label
Coord DOT_ATTR::layout
unsigned int DOT_ATTR::mask
int DOT_ATTR::shape
Size DOT_ATTR::size
int DOT_ATTR::style
std::string DOT_ATTR::tailLabel
std::string DOT_ATTR::url
Author
Generated automatically by Doxygen for Tulip Plugins Library from the source code.
Index
- NAME
-
- SYNOPSIS
-
- Public Types
-
- Public Member Functions
-
- Public Attributes
-
- Member Enumeration Documentation
-
- anonymous enum
-
- Constructor & Destructor Documentation
-
- DOT_ATTR::DOT_ATTR () [inline]
-
- Member Function Documentation
-
- void DOT_ATTR::clear () [inline]
-
- DOT_ATTR DOT_ATTR::operator+ (const DOT_ATTR & inRef) [inline]
-
- void DOT_ATTR::operator+= (const DOT_ATTR & inRef) [inline]
-
- void DOT_ATTR::setValue (const std::string & inId, const std::string & inValue) [inline]
-
- Member Data Documentation
-
- Color DOT_ATTR::color
-
- std::string DOT_ATTR::comment
-
- Color DOT_ATTR::fillcolor
-
- Color DOT_ATTR::fontcolor
-
- std::string DOT_ATTR::headLabel
-
- std::string DOT_ATTR::label
-
- Coord DOT_ATTR::layout
-
- unsigned int DOT_ATTR::mask
-
- int DOT_ATTR::shape
-
- Size DOT_ATTR::size
-
- int DOT_ATTR::style
-
- std::string DOT_ATTR::tailLabel
-
- std::string DOT_ATTR::url
-
- Author
-
This document was created by
man2html,
using the manual pages.
Time: 22:06:53 GMT, April 16, 2011