#include "cutop.h"
#include "opdupbar.h"
Go to the source code of this file.
Classes | |
class | OpBarCreation |
This class makes several copies of the selection, putting them onto particular named layers. Each copy is named button1, button2, etc.. Each layer is created and named Default, Mouse, Clicked or Selected. The copy can be 'mutated' to appear slightly different on each layer. The selection is deleted. More... | |
class | OpParamBarCreation |
struct | BarDataType |
Attributes of bars. More... | |
Defines | |
#define | OPTOKEN_BARCREATIONOP _T("BarCreationOp") |
#define | NEW_BAR 0 |
#define | ONLY_BAR 1 |
#define | REPLACE_SOME_STATES 2 |
Functions | |
NodeBarProperty * | GetBarData () |
|
Definition at line 105 of file opbarcreation.h. |
|
Definition at line 106 of file opbarcreation.h. |
|
Definition at line 103 of file opbarcreation.h. |
|
Definition at line 107 of file opbarcreation.h. |
|
Definition at line 1400 of file opbarcreation.cpp. 01401 { 01402 return (NodeBarProperty*) Document::GetCurrent()->GetSetSentinel()->FindBarProperty(); 01403 }
|